how use extract_text and extract_table together. #891
88arvin
started this conversation in
Ask for help with specific PDFs
Replies: 1 comment 1 reply
-
pdf.pdf Output dataframe looks like:-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone help with this?
I have a pdf with multiple pages, and the structure of each page is the same, but the content of each page is different.
Each page consists of text and a table.
I want to extract the table and save it into a Pandas dataframe and I want to extract some text, save it in a new column(s), and then concatenate it into the Pandas dataframe.
Like this I want to iterate over the pages and extend the dataframe.
Beta Was this translation helpful? Give feedback.
All reactions