Need help with how to extract the content of pages from a PDF #3747
Unanswered
helloburke
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
-
I have the following code and want to extract the text from each page.
My question is, how can I use span.get("text", "") to obtain the same result as page.get_text()? I am unsure how to concatenate span_text to match the output of page.get_text(). What kind of delimiter should I use for concatenation?
Beta Was this translation helpful? Give feedback.
All reactions