atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.64k stars 355 forks source link

[MRG] Fix AttributeError for encrypted files #251

Closed vinayak-mehta closed 5 years ago

vinayak-mehta commented 5 years ago

Fixes #245.

codecov-io commented 5 years ago

Codecov Report

Merging #251 into master will increase coverage by 0.4%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #251     +/-   ##
=========================================
+ Coverage   86.98%   87.39%   +0.4%     
=========================================
  Files          13       13             
  Lines        1491     1491             
  Branches      343      343             
=========================================
+ Hits         1297     1303      +6     
+ Misses        137      131      -6     
  Partials       57       57
Impacted Files Coverage Δ
camelot/handlers.py 90.24% <100%> (ø) :arrow_up:
camelot/__version__.py 76.47% <100%> (ø) :arrow_up:
camelot/image_processing.py 94.59% <0%> (+8.1%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45ae980...b510085. Read the comment docs.