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

How do you get the position index of the table on the page #847

Closed Godlikemandyy closed 1 year ago

Godlikemandyy commented 1 year ago

I could use page.extract_table() obtain texts, but I want to get the table coordinates in page. So I can insert the extracted table into the whole page of text. How can I get the coordinates of the table.