Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to build my own ocr. So how can I extract characters from an image and pass it to a nural network?
OCR, Neural Networks, deep learning, future extraction.
Posted
Updated 18-Jan-16 1:36am
v2
Comments
Leo Chapiro 18-Jan-16 7:37am    
Can you please explain what exactly are you trying to do? Why are the programming languages C# AND C++?
F-ES Sitecore 18-Jan-16 7:37am    
We're not here to do your homework for you. You haven't even indicated a fixed language you want to do this in, if you do it in c++ or c# requires entirely different solutions. This is a common thing to do so google for complete solutions. Just remember that whatever code you find on the internet will already be well known to your tutor.

1 solution

Just read about OCR. A starting point might be the Wikipedia article Optical character recognition[^]. Once you have understood the algorithms, you can start to implement your own engine.

To know about possible implementations have a look at an open source OCR engine like tesseract-ocr · GitHub[^] and GOCR[^].
 
Share this answer
 
Comments
ridoy 18-Jan-16 14:28pm    
my 5.

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