I am encountered a problem while extracting taxt from a PDF. I have a PDF of account statement in table. Check sample1.pdf and sample2.pdf. The output of both the PDF differ greatly.
The sample1.pdf don't have any debit amount and sample2.pdf don't have any credit amount
Check both the output.
In first case the credit amount merge in debit col and in second one it shifts by one charter
How can I get an uniform conversion.
I am using this code - http://docs.aspose.com:8082/docs/display/pdfjava/Extract+Text+From+All+the+Pages+of+a+PDF+Document
I have attached a file where both debit and credit values are present (sample.pdf) and it's extracted output.
What I want to achieve ideally is the width of each cell in credit or debit will be equal to the table cell width irrespective of content.
The sample1.pdf don't have any debit amount and sample2.pdf don't have any credit amount
Check both the output.
In first case the credit amount merge in debit col and in second one it shifts by one charter
How can I get an uniform conversion.
I am using this code - http://docs.aspose.com:8082/docs/display/pdfjava/Extract+Text+From+All+the+Pages+of+a+PDF+Document
I have attached a file where both debit and credit values are present (sample.pdf) and it's extracted output.
What I want to achieve ideally is the width of each cell in credit or debit will be equal to the table cell width irrespective of content.