Most commercial OCR engines will return word and character coordinate positions but you have to work with their SDK's to extract the information. Even Tesseract OCR will return position information but it has been not easy to get to. Version 3.01 will make easier but a DLL interface is still being worked on.
Unfortunately, most free OCR programs use Tesseract OCR in its basic form and they only report the raw ASCII results.
www.transym.com - Transym OCR - outputs coordinates. www.rerecognition.com - Kasmos engine returns coordinates.
Also Caere Omnipage, Mitek, Abbyy, Charactell return character positions.
manpreet
Best Answer
2 years ago
In my experience, OCR libraries tend to merely output the text found within an image but not wherethe text was found. Is there an OCR library that outputs both the words found within an image as well as the coordinates (
x, y, width, height
) where those words were found?