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

Catch last row of each table when horizontal strategy is text #467

Closed bobluda closed 3 years ago

bobluda commented 3 years ago

Fixes https://github.com/jsvine/pdfplumber/issues/466

codecov[bot] commented 3 years ago

Codecov Report

Merging #467 (1f296af) into develop (002500a) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 1f296af differs from pull request most recent head d3b8848. Consider uploading reports for the commit d3b8848 to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #467   +/-   ##
========================================
  Coverage    98.28%   98.28%           
========================================
  Files           10       10           
  Lines         1227     1228    +1     
========================================
+ Hits          1206     1207    +1     
  Misses          21       21           
Impacted Files Coverage Δ
pdfplumber/table.py 100.00% <100.00%> (ø)

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 002500a...d3b8848. Read the comment docs.