How to read table data from images using Tesseract OCR?

Does anyone know how to read and analyze any table data from an image. I am using asp.net application and I have successfully read the data using the Tesseract-OCR API, but could not read the table from Image.

Please give a solution with C # code.

+4
source share

All Articles