-
Notifications
You must be signed in to change notification settings - Fork 685
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 initializing pages #41
Comments
jsvine
added a commit
that referenced
this issue
Nov 22, 2017
... in which PDF-object-referenced cropboxes/mediaboxes weren't being fully resolved. Thanks to @dankeemahill for flagging!
Big thanks for flagging, Dan! Just pushed a fix, which should now be available in |
I also was able to init pages on the referenced PDF with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a
ValueError: Cannot convert <PDFObjRef:4> to Decimal.
when accessing the pages of this pdf with pdfplumber==0.5.5.I notice the
pdfplumber.open
call seems to run much quicker on this file compared to other files that don't raise this error.⬇️
The text was updated successfully, but these errors were encountered: