biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
128 stars 84 forks source link

[FIX] Replace pdfminer3k with pypdf #994

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
Issue

Fixes https://github.com/biolab/orange3-text/issues/964

Description of changes

pdfminer3k is not maintained for a few years now. In this PR, I am replacing it with pypdf, which looks maintained and is a pure Python package.

Includes
codecov-commenter commented 1 year ago

Codecov Report

Merging #994 (1cb5734) into master (96a9548) will decrease coverage by 0.14%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #994 +/- ## ========================================== - Coverage 82.20% 82.06% -0.14% ========================================== Files 93 93 Lines 12284 12264 -20 Branches 1664 1661 -3 ========================================== - Hits 10098 10065 -33 - Misses 1874 1889 +15 + Partials 312 310 -2 ```
PrimozGodec commented 1 year ago

/rebase

PrimozGodec commented 1 year ago

/rebase