Java simple OCR algorithm -


i've been working on simple ocr project couple days. app supposed extract text image. solution i've come is: greyscaling, rotating, removing noise image , isolating every single character on image. need simple algorithm let me recognise character. need recognise letters a,b,c,d.

the method i'd use make mask of each letter, scaling rectangle found when cutting picture , "score" each letter, comparing rgb example.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -