I have a PDF with two tables, when I try to get the table cells value, the OCR only recognize the second table. The first table is not recognized.
Do you have an idea why it recognizes only the second table? Have you ever encountered this error? and what do you propose as a solution?
Comments
1 comment
Dear Fetoh,
In most cases, OCR does not detect the table due to an insufficient document quality or irregular table structure.
If none of the above is applicable to your image, then please try the key PageProcessingParams.PageAnalysisParams.AggressiveTableDetection = true
Please sign in to leave a comment.