Replies: 1 comment 1 reply
-
The SVG image of a page primarily is an image trying to resemble a true appearance. It generates drawings for each text character if you don't prevent this with the option. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings. I found the following interesting issue while using pymupdf for svg extraction.
Method
get_drawings
returned empty list, while methodget_svg_image
worked out successfully. The question here is why get_drawings returned empty list if svg image is available (maybe just theoretical causes of such behavior)?Additional details:
PyMuPdf version: 1.21.1
Beta Was this translation helpful? Give feedback.
All reactions