Replies: 1 comment 2 replies
-
I suppose you are referring to |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
pypdfium2/src/pypdfium2/_helpers/text_extractor.py
Line 83 in 8ffcafc
When pdf page binding was set to "right to left", the text will be reversed after extracted.
I reported this problem to the pdfium team last year, but it doesn't seem to be solved so far. Although I don't know c++, I guess this can't be solved only inside pypdfium, right?
Test code:
left_to_right.pdf
right_to_left.pdf
Beta Was this translation helpful? Give feedback.
All reactions