Is there a solution that does a good job at numeric (1-10) handwriting? I tried tesseract but I’m getting only garbage.
Ideally OSS, but commercial would be OK too.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenCV now comes with handwritten digit recognition OCR sample. You can refer to it : http://code.opencv.org/projects/opencv/repository/revisions/master/entry/samples/python2/digits.py
It uses both kNN and SVM to train some handwritten digits and then apply OCR on it.
Below is the output of kNN training (it has an error of only 3.5%) :