tabulapdf / tabula-java

Extract tables from PDF files
MIT License
1.82k stars 425 forks source link

Extraction not recognising table column #472

Open martinswanson opened 2 years ago

martinswanson commented 2 years ago

Attached PDF file is not processed correctly:

Please advise if it is possible to force tabula to detect 4 columns?

comments.pdf

oswardlx commented 2 years ago

try this: SpreadsheetExtractionAlgorithm extractor = new SpreadsheetExtractionAlgorithm(); List<Table> table = extractor.extract(page);