Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to read hand written text from image in .net
Please give me the solution for this.
Posted
Updated 22-Aug-12 23:15pm
v2
Comments
bbirajdar 23-Aug-12 4:43am    
What are your efforts?
Bernhard Hiller 23-Aug-12 4:50am    
Do you have some working knowledge of "common" (i.e. printed characters) OCR?
Recognizing handwritten characters is some steps more complicated!

1 solution

This is not a simple one. Really. This is hard mathematics. Look here: Handwriting Recognition using Kernel Discriminant Analysis[^].
Microsoft gives you some tools in wpf: System.Windows.Ink[^].

These could be also interesting:
http://www.amazedsaint.com/2008/01/neural-networks-part-i-simple.html[^]
http://sourceforge.net/projects/hwrecogntool/[^]

http://www.charactell.com/SoftWriting.html[^]
 
Share this answer
 
v2
Comments
adityanagare 23-Aug-12 5:14am    
thanks for reply.

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