Mismatch between images displayed and named in /Resources #2748
Replies: 6 comments
-
Do you have an example PDF that shows this problem? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This is not a bug: |
Beta Was this translation helpful? Give feedback.
-
when I use page.get_image_info(), and I get:
and I show the image by the field 'number', but it's not correspondes to the image of that page displayed |
Beta Was this translation helpful? Give feedback.
-
As the documentation says: |
Beta Was this translation helpful? Give feedback.
-
In addition, an image occuring with some number in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please provide all mandatory information!
Describe the bug (mandatory)
When extract image from current page, it will returns all page's images
To Reproduce (mandatory)
def extract_image():
doc = fitz.open("xxxxxxx.pdf") # open a document
Expected behavior (optional)
When extract image from current page, it will returns current page's images
Screenshots (optional)
Your configuration (mandatory)
Additional context (optional)
Beta Was this translation helpful? Give feedback.
All reactions