Is there an OCR library that outputs coordinates of words found within an image? -


in experience, ocr libraries tend merely output text found within image not where text found. there ocr library outputs both words found within image as as coordinates (x, y, width, height) words found?

most commercial ocr engines return word , character coordinate positions have work sdk's extract information. tesseract ocr return position information has been not easy to. version 3.01 make easier dll interface still being worked on.

unfortunately free ocr programs use tesseract ocr in basic , report raw ascii results.

www.transym.com - transym tocr - outputs coordinates. www.rerecognition.com - kasmos engine returns coordinates.

also caere omnipage, mitek, abbyy, charactell return character positions.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -