atlanhq / camelot

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

camelot doesnot give any tables from pdf while tabula gives result for same pdf #258

Closed ravedata closed 5 years ago

ravedata commented 5 years ago

Hi, I am unable to get tables from this simple pdf. I guess this may be the bug or may be I am doing something wrong. Monthly_2018_10.pdf

anakin87 commented 5 years ago

Try the following code:

tables=camelot.read_pdf('Monthly_2018_10.pdf', line_scale=80)

With these parameters, I succeed.

ravedata commented 5 years ago

@anakin87 Thank you.

vinayak-mehta commented 5 years ago

@anakin87 Thanks for pointing it out!