-
Notifications
You must be signed in to change notification settings - Fork 938
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: 'PDFObjRef' object is not iterable #1004
Comments
We hit the same issue with |
same error with this:opendatalab/MinerU#198 |
Probably need to call |
I had same error, using resolve1 fixed it for me. |
… not iterable` This fixes upstream issue pdfminer/pdfminer.six#1004 and the build of python3Packages.pdfplumber.
@MarcoPeli . Y'all ok providing a bit more detail on the fix here, for users using:
|
after updating to version 20240706
extract_text()
on a pdf throws an errorTypeError: 'PDFObjRef' object is not iterable
this did not occur on the previous version 20231228
Working.pdf - newly created blank page with acrobat
Error.pdf - downloaded, I cannot change the process of its creation. I deleted all visible text on the page which did not appear to affect the behaviour of the error
The text was updated successfully, but these errors were encountered: