tabulapdf / tabula-java

Extract tables from PDF files
MIT License
1.77k stars 412 forks source link

Issue while verifying table data #527

Open rasheed0405 opened 1 year ago

rasheed0405 commented 1 year ago

I was using this code to verify the table data against pdf raw data using TestNG assertion (Assert.assertTrue(pdfData.contains(tableData)); the assertion is failing as only the first word of the Table Data is showing while debugging. The code only prints the table but not holding any data in object.