-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
ValueError: not enough image data when enumerating images #1957
Labels
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
Comments
same as #1955 |
emailed the broken page to @MartinThoma |
the issue is coming from an image being coded on 2 bits : this requires buffer refactoring before creating the internal image. We have to be careful that sequence are padded always start lines on a bit0 |
You are amazing 🤗
But it's pretty late. Don't forget to sleep enough 😊
pubpub-zz ***@***.***> schrieb am Mi., 12. Juli 2023, 23:15:
… the issue is coming from an image being coded on 2 bits : this requires
buffer refactoring before creating the internal image. We have to be
careful that sequence are padded always start lines on a bit0
fix is in progress
—
Reply to this email directly, view it on GitHub
<#1957 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMU2BP45OFBT3SOAWNU7DDXP4HVJANCNFSM6AAAAAA2DK76YA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This was referenced Jul 18, 2023
examples and discussion were wrongly in #1954 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
Background is the same as #1954 but the error is again slightly different.
The page in question (which again I sadly cannot share) seems to definitely have images... it's in fact a page that is one big image.
pypdf
does not have any issue parsing many very extremely similar pages in the PDF - pages that are also one big image, the image is scanned text, and that text is almost exactly the same format / layout on the page.The text was updated successfully, but these errors were encountered: