I\'ve been reading (and trying) OCR programs suggested in previous answers but I\'m still without a clear answer to my problem.
I need to recognize handwritten Engli
I know I am answering after nearly 6 years. But if anyone's still looking, try using tensorflow. Their website has a simple example for handwritten digit recognition(MNIST). You can use this example and implement it for handwritten alphabet recognition (you need training data for this, I used NIST special Database 19 to get this data).