-
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
TypeError: unhashable type: 'IndirectObject' when enumerating images #1955
Comments
@michelcrypt4d4mus, without data this is too difficult to perform some analysis. Would it be possible to share just the failling pages in private with us (sending them privately by e-mail to @MartinThoma [email protected] |
Let's leave this open until 31.07.2023. If somebody has an example PDF that can trigger this, we can work on it. Otherwise we have to close it to focus on stuff that we can work on. |
this may be possible. can PyPDF we used to extract a single page without any modifications? |
If you use |
@michelcrypt4d4mus |
@michelcrypt4d4mus I've forwarded the two other mails, but I think for this one I didn't receive an example |
@michelcrypt4d4mus : +1? |
I'm closing this for the moment. If anybody has a PDF that causes this, we can re-open :-) |
i sent a PDF to @MartinThoma but it cannot be shared publicly or used in the test suite |
@michelcrypt4d4mus |
the images in the PDF are using /Separation ColorSpace ; this colorspace requires also color inversion. I've produced a test PDF for this: |
The background info is the same as #1954 - an exception while iterating over the images on a page of a PDF - but the exception, and traceback are slightly different.
The text was updated successfully, but these errors were encountered: