Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
i am looking for code of OCR in C# or Matlab.
it is not important if the code is full or its just the process of one charachter.
Posted
Updated 18-Jun-12 21:03pm
v2
Comments
Sergey Alexandrovich Kryukov 18-Jun-12 13:39pm    
"OCR" does not mean "Optical Character Recording"...
--SA

Please see the CodeProject articles:

Neural Network OCR[^],
Creating Optical Character Recognition (OCR) applications using Neural Networks[^],
Neural Network Classifier[^],
A C# Project in Optical Character Recognition (OCR) Using Chain Code[^],
Unicode Optical Character Recognition[^],
Hebb neural network[^],
Backpropagation Artificial Neural Network in C++[^],
OCR Line Detection[^].

I have to warn you: some of these works are very good, much better compared to the quality I complained about above, but none of these works is completed into a ready-to-use application. They all require considerable amount of work to complete to such level.

Maybe there are newer projects I'm not familiar with; so it would not hurt if you do your own search in CodeProject and elsewhere. Please, if you find something good, please reply in the comment to this answer.

—SA
 
Share this answer
 
Hello,
I think the following link will help you:
Minimum OCR demos
 
Share this answer
 

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