jsvine / pdfplumber

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

Correct placement of the `close()` method in the documentation #835

Closed samkit-jain closed 1 year ago

samkit-jain commented 1 year ago

The method belongs to the PDF class and not the Page class and was in the incorrect section in the README file as pointed out by @sujayvadlakonda

Fixes #834

jsvine commented 1 year ago

Thanks, good catch!