Shreyas Kulkarni
Shreyas Kulkarni
hello @arreyaar , I tried extracting same using Camelot attached output for your reference: [sample_output.csv](https://github.com/camelot-dev/camelot/files/12860800/sample_output.csv) ``` import camelot inputpdf = r'D:\Personal\ope_source\sample_bank_statement.pdf' tables = camelot.read_pdf(inputpdf, pages = str(1), flavor='stream', edge_tol=500) tables[1].df...
Hello @igvk, I managed to tweak around some parameters of Camelot and I am getting good results, Check out the attached CSV and screenshot.. [V_1.csv](https://github.com/camelot-dev/camelot/files/12873312/V_1.1.csv)  code I used to...
@igvk, I see, providing column parameters mostly works, but makes it hard-coded! Thanks for your feedback!
Hey @chezou, I have updated the issue, but I am bit unsure what exactly to update in issue raised, please guide me.
Hey @chezou, I am not very aware about tabula-java, still thanks for the input it is very helpful.