This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Can't extract images for this PDF #3936
Labels
not a bug
not a bug / user error / unable to reproduce
Description of the bug
Monaleesa_full.pdf
Pymupdf can't extract images in page 2 and page 4 of this pdf.
How to reproduce the bug
import pymupdf
doc = pymupdf.open('Monaleesa_full.pdf')
page_num = 0
for page in doc:
page_num += 1
images = page.get_images(full=True)
print(f'page {page_num}: {len(images)} images')
PyMuPDF version
1.24.11
Operating system
MacOS
Python version
3.12
The text was updated successfully, but these errors were encountered: