All pages get rotated although only one actually is #790
Unanswered
JeremieSiller
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hmm, very interesting! Without the PDF, this will be very hard to diagnose. But thank you for opening this discussion, in case other people may have PDFs they can share that demonstrate a similar issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe this helps? so i suppose even if the metadata of the pdf is right it might not coincide with the content on the page? |
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
-
I have a PDF where the second page is rotated 270 degrees and the first is not. Unfortunately I can not share the PDF as it's work related, but I think this is a more general question.
The end goal is to read the images in correct rotation so that I can read the text.
The code I am using:
Which outputs 270 and 270, although it should put out 0 for the first page.
Maybe this the expected behavior, but it leads to having wrongly rotated images when trying to extract the from
page.images
Beta Was this translation helpful? Give feedback.
All reactions