jsvine / pdfplumber

Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
MIT License
6.57k stars 659 forks source link

Merge v0.5.23 into stable branch #256

Closed jsvine closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #256 into stable will increase coverage by 13.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           stable     #256       +/-   ##
===========================================
+ Coverage   84.12%   97.41%   +13.28%     
===========================================
  Files           9       10        +1     
  Lines        1115     1160       +45     
===========================================
+ Hits          938     1130      +192     
+ Misses        177       30      -147     
Impacted Files Coverage Δ
pdfplumber/_version.py 100.00% <100.00%> (ø)
pdfplumber/cli.py 100.00% <100.00%> (+100.00%) :arrow_up:
pdfplumber/container.py 100.00% <100.00%> (ø)
pdfplumber/convert.py 100.00% <100.00%> (ø)
pdfplumber/display.py 81.36% <100.00%> (ø)
pdfplumber/page.py 100.00% <100.00%> (+7.01%) :arrow_up:
pdfplumber/table.py 100.00% <100.00%> (+17.07%) :arrow_up:
pdfplumber/utils.py 100.00% <100.00%> (+6.88%) :arrow_up:
... and 3 more

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 5cbc2da...d2e7cfd. Read the comment docs.