Skip to content
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

BUG: Lookup index in _xobj_to_image can be ByteStringObject #1366

Merged
merged 5 commits into from
Sep 25, 2022

Conversation

MartinThoma
Copy link
Member

DEV: Adjusted File classes str and repr to easy debugging

DEV: Adjusted File classes __str__ and __repr__ to easy debugging
@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Base: 94.10% // Head: 94.10% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (59de686) compared to base (cf76824).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1366   +/-   ##
=======================================
  Coverage   94.10%   94.10%           
=======================================
  Files          28       28           
  Lines        5068     5071    +3     
  Branches     1051     1052    +1     
=======================================
+ Hits         4769     4772    +3     
  Misses        177      177           
  Partials      122      122           
Impacted Files Coverage Δ
PyPDF2/filters.py 97.25% <100.00%> (+0.02%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@MartinThoma MartinThoma merged commit eca1a84 into main Sep 25, 2022
@MartinThoma MartinThoma deleted the bug-image-extraction branch September 25, 2022 16:40
MartinThoma added a commit that referenced this pull request Sep 25, 2022
New Features (ENH):
-  Addition of optional visitor-functions in extract_text() (#1252)
-  Add metadata.creation_date and modification_date (#1364)
-  Add PageObject.images attribute (#1330)

Bug Fixes (BUG):
-  Lookup index in _xobj_to_image can be ByteStringObject (#1366)
-  \'IndexError: index out of range\' when using extract_text (#1361)
-  Errors in transfer_rotation_to_content() (#1356)

Robustness (ROB):
-  Ensure update_page_form_field_values does not fail if no fields (#1346)

Testing (TST):
-  read_string_from_stream performance (#1355)

Full Changelog: 2.10.9...2.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant