<code>
import tabula
#file = "/home/work/Documents/Unit_Reports/SFC-00428 Gaurang.pdf"
# output all the tables in the PDF to a CSV
#tabula.convert_into(file, "SFC-00428_Gaurang.csv", pages = "all")
tabula.convert_into_by_batch("/home/work/Documents/Unit_Reports/PDf/", output_format = "csv", pages = "all")
</code>