How do I detect if a pdf contains text that has been rotated? #916
Answered
by
JorjMcKie
cabal-chan
asked this question in
Q&A
-
I've been looking through the docs and I can't seem to find anything on here that allows for this? This is causing issues when adding annotations to the document. How I see addressing this would be to detect if this needs to be rotated, rotate it to that amount, add annotations, and rotate it back. What's the best way to address this issue? See page 261. |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Feb 22, 2021
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cabal-chan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before I take a look at the PDF, some general comments:
(x0,y0, x1, y1)
corresponding to the blue rectangle, not(ul, ur, ll, lr)
corresponding to the corners of the quad. I do consider introducing an option to request a different output in some future version.dir
key of the line sub-dictionary:dir
is zero), the quad i…