tabula-java
tabula-java copied to clipboard
The last line is not converted.
I converted a 4 page PDF to csv with the code below. However, the last line of the first three pages (1, 2, 3) is not converted. There is an area in the configuration, but I know that the default is the entire document. Is there any solution?
====== code ====== tabula.convert_into("prepost.pdf", "output.csv", output_format="csv", pages='all')