pdfspine
API reference

Tables

API for the TableFinder and Table classes used to detect and read tables on a page.

Page.find_tables(...) returns a TableFinder (iterable; .tables is the list of detected Tables).

TableFinder

Full API for pdfspine.TableFinder — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.

Table

Full API for pdfspine.Table — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.

On this page