Detect orientation of PDF and rotate accordingly? #3254
CaiSamuelsFSA
started this conversation in
General
Replies: 1 comment 3 replies
-
Which version do you use? At a certain version, I am internally de-rotating a page before table detection. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably an obvious question but I am extracting contents from multiple PDF files and some of them are landscape orientation. Using my current script, I get a KeyError exception when trying to read tables from PDFs that are landscape orientation and I assume this is because I haven't rotated the document. How do I automatically detect the orientation and rotate the document accordingly?
Beta Was this translation helpful? Give feedback.
All reactions