Closed MartinThoma closed 1 year ago
@MartinThoma When I look at the object I get:
{'/Type': '/XObject', '/Subtype': '/Form', '/BBox': [0, 0, 14.173, 80.463], '/FormType': 1, '/Matrix': [1, 0, 0, 1, 0, 0], '/Resources': IndirectObject(767, 0, 1777394597648), '/Filter': '/FlateDecode'}
It is a /Form
(i.e. an isolated content) not an image (the SubType shall be /Image
)
if you look at the image list it is not in:
r.pages[30].images.keys()
# -> ['/Im10']
I close this issue as operator failure 😉
Uh, very interesting. I don't know what happened there :sweat_smile:
I was trying to extract an image and got an exception.
Environment
Which environment were you using when you encountered the problem?
Code + PDF
This is a minimal, complete example that shows the issue:
Traceback