Text not parsed from PDF-document? #735
Rapid1898-code
started this conversation in
Ask for help with specific PDFs
Replies: 1 comment
-
Hi @Rapid1898-code, and thanks for your interest in this library. Unfortunately, your PDF is mostly just an image of text, rather than containing specific information about the text. You can test this by dragging your cursor over the PDF; only the "For personal use only" text (which pdfplumber does recognize) will be highlighted. You can try using OCR (optical character recognition) software to add a text layer back to the PDF, but |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello - i have some problems parsing the following pdf-document:
https://mega.nz/file/U7RUFRya#oBy7imAY7nJwt8NfB-UdA_ow0c8b8W8LPH0UGyWv6rM
I try to simply extract the text from this pdf using the following code:
But the only output i get is:
It seems that only the part on the left side is parsed here.
How can i get the other part of the document?
Beta Was this translation helpful? Give feedback.
All reactions