tabula-java icon indicating copy to clipboard operation
tabula-java copied to clipboard

Extract table with one row

Open mschoettle opened this issue 5 years ago • 0 comments

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?

mschoettle avatar Aug 18 '20 19:08 mschoettle