I extracted the tables from this file with this syntax:
tables=camelot.read_pdf(filename, pages='5',flavor='lattice',line_size_scaling=65,copy_text=['h','v'])
tables[3].parsing_report
shows me the following stats:
{'accuracy': -2382.15, 'order': 4, 'page': 5, 'whitespace': 0.0}
The accuracy is negative. Can you reproduce this problem?
BTW, I would like to thank you for the wonderful work you are doing...
FI Dimensione Investimento Aziende Mod. 220233 Ed. 05-2018.pdf
I extracted the tables from this file with this syntax:
tables=camelot.read_pdf(filename, pages='5',flavor='lattice',line_size_scaling=65,copy_text=['h','v'])
tables[3].parsing_report
shows me the following stats:{'accuracy': -2382.15, 'order': 4, 'page': 5, 'whitespace': 0.0}
The accuracy is negative. Can you reproduce this problem?
BTW, I would like to thank you for the wonderful work you are doing...