We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which environment were you using when you encountered the problem?
python 3.10.4 ; windows 11 pypdf==4.2.0, crypt_provider=('cryptography', '41.0.1'), PIL=10.3.0
image extraction reports only 1 image (inline)whereas there is 3 of them
import pypdf r=pypdf.PdfReader("bug1065245.pdf") print(len(r.pages[0]._get_ids_image()))
https://github.com/mozilla/pdf.js/blob/master/test/pdfs/bug1065245.pdf
The text was updated successfully, but these errors were encountered:
BUG: Incorrect number of inline images
c5d62a3
closes py-pdf#2629
fixed through #2675
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Which environment were you using when you encountered the problem?
Code + PDF
image extraction reports only 1 image (inline)whereas there is 3 of them
https://github.com/mozilla/pdf.js/blob/master/test/pdfs/bug1065245.pdf
The text was updated successfully, but these errors were encountered: