py-pdf / pypdf_table_extraction

A Python library to extract tabular data from PDFs
https://pypdf-table-extraction.readthedocs.io
MIT License
36 stars 13 forks source link

New Feature: Possibiltiy to see the postition of Table object in PDF #20

Open ivholmlu opened 3 months ago

ivholmlu commented 3 months ago

Suggestion: Think it could be a neat addition having the opportunity to see max and min values of x1, y1, x2, y2 of the Cells in the table.

bosd commented 3 months ago

Yes, I agree, seems like a real valuable addition.

ivholmlu commented 3 months ago

I'll try to implement it over the weekend

ivholmlu commented 3 months ago

PR made #22 . Waiting approval/feedback