atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.61k stars 349 forks source link

How to access coordinates of detected table? #433

Closed peeyushpashine closed 3 years ago

peeyushpashine commented 3 years ago

I am looking to access x1,y1,x2,y2 coordinates of detected table boundary. I am aware of cell coordinates but that does not provide exact coordinates used to detect the boundary of table. @vinayak-mehta

peeyushpashine commented 3 years ago

I got it through ._bbox. thank you.