Convert image to text C#
-
How to convert this image(only number in it) to text via C#? http://divar.ir/static/phone/7/73ae1439df91410ba248ce611d869f7b[^]
-
How to convert this image(only number in it) to text via C#? http://divar.ir/static/phone/7/73ae1439df91410ba248ce611d869f7b[^]
The technique you are looking for is Optical Character Recognition. Good luck.
-
How to convert this image(only number in it) to text via C#? http://divar.ir/static/phone/7/73ae1439df91410ba248ce611d869f7b[^]
the image link is : http://tinagroup.ir/test.jpg[^] I knew that its OCR but how to do that in C# ? the bellow link worked very well but how to have this in C# windows App ? http://www.verypdf.com/online/ocr-converter.php[^]
-
the image link is : http://tinagroup.ir/test.jpg[^] I knew that its OCR but how to do that in C# ? the bellow link worked very well but how to have this in C# windows App ? http://www.verypdf.com/online/ocr-converter.php[^]
You may want to try Tesseract OCR/[^] (open source). /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
You may want to try Tesseract OCR/[^] (open source). /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
thanks in advanced but i have seen this but cannot use it give a lot of error. do you have and ready example and dll's. and Can it convert the sample image of mine to number or not?
jojoba20 wrote:
Can it convert the sample image of mine to number or not?
This is where YOU do the research to find out. Nobody else is going to do YOUR work for you. The only way to find out is to try it and I don't think anyone is going to do your work for you for free.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak -
How to convert this image(only number in it) to text via C#? http://divar.ir/static/phone/7/73ae1439df91410ba248ce611d869f7b[^]
I think Emgu (an openCV wrapper) can do this. Alternatively check out AForge.Net
V.
(MQOTD rules and previous solutions)