jsvine / pdfplumber

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

fix typing hints to include io.BytesIO #791

Closed conitrade-as closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #791 (d4107f6) into stable (639c169) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            stable      #791   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         1414      1414           
=========================================
  Hits          1414      1414           
Impacted Files Coverage Δ
pdfplumber/display.py 100.00% <100.00%> (ø)
pdfplumber/pdf.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

jsvine commented 1 year ago

Thanks, looks good! Merging.