Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to get a part of image in asp.net with c#3.5?I want to get the rectangular region of an image and extract the text from the same using MODI OCR.
Posted
Comments
Thanks7872 27-Nov-14 2:02am    
What have you tried so far? Where is the code you have implemented till now?

1 solution

Look at this its pretty much simple, you need to provide coordinates from where to read the text on image. above link has some ASP.net sample code too.

http://www.aspsnippets.com/Articles/Read-Extract-Text-from-Image-OCR-in-ASPNet-using-C-and-VBNet.aspx[^]
 
Share this answer
 
Comments
Kandiya 27-Nov-14 4:59am    
Ya I tried as mentioned above. But here I want to extract the text in the specified area of the image.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900