Garbled text extraction #1963
Unanswered
LarrySleeper
asked this question in
Looking for help
Replies: 1 comment 1 reply
-
Still looking for help. Anybody? Thank you! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm having trouble extracting text from the attached PDF.
Using Python 3.6.8 and PyMuPDF==1.18.14.
Here is my code:
import fitz
doc = fitz.open('t-s-cm-2.pdf')
for page in doc:
print (page.get_text('text'))
The font is CCUAAA+CumberlandAMT,Regular which is TrueType.
Is this font perhaps not supported by MuPDF?
Thank you.
Larry
t-s-cm-2.pdf
Beta Was this translation helpful? Give feedback.
All reactions