atlanhq / camelot

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

[MRG] Sort TableList by order of tables in PDF #283

Closed symroe closed 5 years ago

symroe commented 5 years ago

This PR fixes https://github.com/socialcopsdev/camelot/issues/277

codecov-io commented 5 years ago

Codecov Report

Merging #283 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage   87.39%   87.44%   +0.05%     
==========================================
  Files          13       13              
  Lines        1491     1497       +6     
  Branches      343      346       +3     
==========================================
+ Hits         1303     1309       +6     
  Misses        131      131              
  Partials       57       57
Impacted Files Coverage Δ
camelot/core.py 87.83% <100%> (+0.2%) :arrow_up:
camelot/handlers.py 90.24% <100%> (ø) :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 8ea4ec3...8446271. Read the comment docs.

vinayak-mehta commented 5 years ago

Thanks for the PR! @symroe