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

Make final changes for v0.6.0 #568

Closed jsvine closed 2 years ago

jsvine commented 2 years ago

See commits below. In short:

jsvine commented 2 years ago

Note: Code coverage decreases ever so slightly because we have removed a deprecated method. I think that's fine.

codecov[bot] commented 2 years ago

Codecov Report

Merging #568 (9217efe) into develop (3275e19) will decrease coverage by 0.00%. The diff coverage is 100.00%.

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

@@             Coverage Diff             @@
##           develop     #568      +/-   ##
===========================================
- Coverage    98.80%   98.79%   -0.01%     
===========================================
  Files           10       10              
  Lines         1253     1249       -4     
===========================================
- Hits          1238     1234       -4     
  Misses          15       15              
Impacted Files Coverage Δ
pdfplumber/__init__.py 100.00% <100.00%> (ø)
pdfplumber/_version.py 100.00% <100.00%> (ø)
pdfplumber/cli.py 100.00% <100.00%> (ø)
pdfplumber/container.py 100.00% <100.00%> (ø)
pdfplumber/convert.py 100.00% <100.00%> (ø)
pdfplumber/display.py 92.94% <100.00%> (ø)
pdfplumber/page.py 100.00% <100.00%> (ø)
pdfplumber/pdf.py 94.36% <100.00%> (ø)
pdfplumber/table.py 100.00% <100.00%> (ø)
pdfplumber/utils.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 3275e19...ff28a94. Read the comment docs.