PDF to CSV: not able to extract always properly first row of a table #3778
Unanswered
aborruso
asked this question in
Looking for help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have this input PDF.
In page 1 I have more than one rows, in page 2 only one.
I built this sample script to extract these tables (these are two pages of a 100-page PDF).
When it extracts the tables from page 1, I have the header:
When it extracts the tables from page 2, I have no header:
Here my CSV output.
What's wrong in my code? Why does it behave differently on the two pages? Why is having a single row table a problem?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions