views:

90

answers:

2

HI i need to find the text that are in images programmatically... Please any one share me the code or links regarding this

+1  A: 

Hi, you can check : http://www.ocrtools.com/fi/prdOCRStandard.aspx

(It's a component)

Xstahef
Thanks for your response...
arul xavier
A: 

If you're ok with calling an external API to do the OCR for you, consider http://www.wisetrend.com/wisetrend_ocr_cloud.shtml (a REST API for OCR, based on the ABBYY OCR engine - great even for low-quality images). I have sample C# code for this, let me know in the comments if you need it.

Eugene Osovetsky
yes i would require the code thanks in advance
arul xavier
Sample code here: http://snipt.org/lOgh/
Eugene Osovetsky