The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
35 views

OCR Implementation: Matching input with font data file

I have an idea of creating handwriting recognition app, for practice in machine learning skills. Just found useful link here So dunno how awkward that sounds but so far what I've done is created ...
1
vote
2answers
488 views

How can I identify Arabic letters in an image using Java?

I want to identify Egyptian car number plates that look like this: How can I do this in Java ? I plan to do this in Android, as the user will catch the number plate with a camera and the results ...
3
votes
1answer
175 views

Checking the “cleanliness” of an image for Optical Character Recognition

Is there some mechanism to say whether the image is "clean" for the purpose of image processing? For example, in the following image, the topmost row is the cleanest and the bottom one is the least ...