atlanhq / camelot

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

Camelot Multiple Tables in a single Page Issue #420

Open satyaraj479 opened 4 years ago

satyaraj479 commented 4 years ago

HI all, I all having 3 borderless tables in a pdf for which i am using stream flavour, But, still it extracts only 1 table in a pdf.

irrespective of having 3 tables in there.

Please help !

gunarevuri commented 3 years ago

My self got the same problem. I think the tabula-py library is good for selecting multiple tables inside one page of pdf.

I think Camelot didn't support multiple tables inside one page.

AnandKumar1989 commented 2 years ago

satyaraj479 use some pretrained computer vision module like YOLO to detect table, pass coordinate to camelot. You will get good result.