Character Recognition using opencv
I am working on one project and in that i need to recognize text/character from image. I have tried OCR but in some cases it gives many false result. For example i have two images 1) 2)
This is clear image but when i try to recognize text it will give me "T" for first image and "S" for second image. Instead it should return "1" and "6". Can anyone tell me what's wrong i am doing and how to improve it?
we don't know, how you achieve your results (are you even using opencv?).
Yes, OpenCV(C++) I have used loadOCRHMMClassifierCNN("OCRBeamSearch_CNN_model_data.xml.gz") to achieve this. Example demo from /home/Sagar/opencv_contrib/modules/text/samples/character_recognition.cpp
still, we have to guess, what you're doing ? take a look at the faq , and try to improve it !