py-pdf / pypdf_table_extraction

A Python library to extract tabular data from PDFs
https://camelot-py.readthedocs.io
MIT License
15 stars 7 forks source link

Adding get_bounding_box property #22

Open ivholmlu opened 4 days ago

ivholmlu commented 4 days ago

Added bounding box property in Table class.

Table_object.get_bounding_box yields a Cell with the bbox coordinates.