Output of drawings #1685
Replies: 3 comments 5 replies
-
In (Py-) MuPDF, coordinates count from top to bottom: top-left has coordinates (0, 0). |
Beta Was this translation helpful? Give feedback.
-
Can you let me know if the blue drawing behind some text in the PDF can be extracted using PyMuPDF? |
Beta Was this translation helpful? Give feedback.
-
Sorry, not currently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have extracted drawings using page.get_drawings(). Can you let me know how to extract the values that are present in the content stream without any transformation?
For example in the content stream the rect values are 100 700 100 100 whereas the rect value obtained using get_drawings had values
100 42 200 142.
Can you let me know how to obtain the same rect values present in the content stream?
Beta Was this translation helpful? Give feedback.
All reactions