Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello I am using visual studio 2010 and developing c# application in which I want to read the characters or say text and speak it through speech synthesis. I tried searching a lot for OCR but not getting proper solution.Please help. I also tried
https://code.msdn.microsoft.com/windowsapps/Uses-the-OCR-Library-to-2a9f5bf4#content[^]
this link but as it requires VS2013 it is not working and throwing an error of some files are not opening.
Posted
Updated 14-Nov-14 5:50am
v5
Comments
José Amílcar Casimiro 14-Nov-14 11:07am    
You are not using google the right way.

Visit: https://code.msdn.microsoft.com/windowsapps/Uses-the-OCR-Library-to-2a9f5bf4

I cannot give you a final solution: good OCR is hard to find. Please see my past answers and follow my links, especially to the CodeProject articles: i need an ocr for a camera image capture[^].

The solution depends on the difficulty of your problem. It's possible that even a simple solution like a .NET wrapper of tesseract, a pretty low-quality open-source product can do the trick. You can use such wrapper from Google Code: https://code.google.com/p/tesseract-ocr[^].

Good luck.
—SA
 
Share this answer
 
This is the same question[^] you've had asked yesterday (or day before) and I have already posted an answer for reading the characters from an image. You need to use an OCR (Optical Character Recognition; recognizer) to read the characters from an image.

That is a sample project[^] I have provided a link for, and you can download it in C++ and C# language. You would get the idea of building the project for yourself.
 
Share this answer
 
Comments
Member 11120869 14-Nov-14 11:38am    
Actually sir I tried your sample project but its not working. that is why i have added another question
Afzaal Ahmad Zeeshan 14-Nov-14 11:39am    
Then you should add a reference, "I tried {this} and it didn't work and gives me {this} error" kind of thing. :-) You can however, use the Improve question to edit this one.
Member 11120869 14-Nov-14 11:40am    
i downloaded the NUGet documentation but not getting what to do further
Member 11120869 14-Nov-14 11:44am    
I think it seems to have problem with my VS Version as it shows .shproj is not supported by this version of application. As it requires VS2013 and I am using VS2010

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