Scanned pdf #380
Scanned pdf
#380
-
is there any options for read and parse scanned pdfs?i tried one of them and it returns none.i think this library doesnt support for scaaned pdfs |
Beta Was this translation helpful? Give feedback.
Answered by
samkit-jain
Mar 18, 2021
Replies: 1 comment
-
Hi @erkin98 Yes, you are correct. Pdfplumber does not work on scanned PDFs. You may try using tools like Tesseract to convert a scanned PDF into a text-based PDF and then use pdfplumber on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erkin98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @erkin98 Yes, you are correct. Pdfplumber does not work on scanned PDFs. You may try using tools like Tesseract to convert a scanned PDF into a text-based PDF and then use pdfplumber on it.