-
Notifications
You must be signed in to change notification settings - Fork 946
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
625 support identity cmap #626
625 support identity cmap #626
Conversation
Fix cryptography build in travis cicd by upgrading distribution from …
Use python3.9 in tox config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Indeed fixes the issue with the mentioned PDF.
I've requested some changes, only esthetics.
I'm also interested in a MR with the changes in https://github.com/wind-chh/pdfminer.six/tree/598-support-cmap-type-6-10-12, are you also up for that?
@wind-chh friendly reminder that there is some esthetics work left here. |
…to 625-support-identity-cmap
…ner.six into 625-support-identity-cmap
This is a quick fix, the entire cmap structure does not have proper inheritance.
Pull request
This PR try to fix issue (#625 ). As PDFBox can handle this kind of pdf but pdfminer.six cannot. I add a similar process as PDFBox.
How Has This Been Tested?
I've added the failure pdf file under sample/contrib and a test case
in test_highlevel_extracttext.py testsuite. All unittests passed on my environment.
Checklist
works
version
is not necessary
verified that this is not necessary
CHANGELOG.md