atlanhq / camelot

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

Camelot processing only one table and all columns are printed in single row #338

Closed DhwaniGurjar closed 5 years ago

anakin87 commented 5 years ago

Please provide some details and if possible, attach the PDF

anakin87 commented 5 years ago

It seem that you are using Tabula parameters (guess, multiple_tables). Pleas read Camelot docs: https://camelot-py.readthedocs.io/en/master/api.html

DhwaniGurjar commented 5 years ago

i have used these parameters too still they are just detecting one table

anakin87 commented 5 years ago

Try to use: flavor='lattice'

DhwaniGurjar commented 5 years ago

I did still no result

anakin87 commented 5 years ago

try also line_scale=80

DhwaniGurjar commented 5 years ago

line_scale worked ! Thank you so much :)