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

Documentation of `close()` #834

Closed sujayvadlakonda closed 1 year ago

sujayvadlakonda commented 1 year ago

Please describe, in as much detail as possible, your proposal and how it would improve your experience with pdfplumber.

The documentation (./README.md) suggests the Page class has a close() function. It seems like only the PDF class has a close() function.

samkit-jain commented 1 year ago

Hi @sujayvadlakonda Appreciate your interest in the library and thanks for pointing this out. The close() method should be in the PDF section of the documentation.

jsvine commented 1 year ago

Thanks @sujayvadlakonda and @samkit-jain!