Extract Greek letters from a PDF Document #1925
Unanswered
mohitrobo
asked this question in
Looking for help
Replies: 1 comment
-
Not possible unfortunately. The font used for the letters is accompanied with no backtranslation info (usually stored in |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Text extraction from a PDF file:-
1.) Used the syntax Page.get_text() with the clip to define the rectangle to extract the text.
2.) The PDF text had some mathematical equations with greek letters.
3.) The returned text returns text with ? in place of the greek letters.
How to resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions