tabula-java
tabula-java copied to clipboard
Extract table with one row
I am trying to extract tables from a PDF with no lines, i.e., I am using the stream option.
The table stretches over several pages with the header being repeated at the top of each page. It works very well except when the last page contains only one row in the table. Here is an example of how the last page looks: example.pdf
Is there any way to automatically detect the table in this case?