Hello.
I have a problem regarding the results in the recognizer demo for Android. I have successfully deployed the demo in my phone, but the results are not accurate; trying to recognize characters but it shows all numbers.
If you could point me in the right direction or tell me what I've done wrong, I would very much appreciate it. Thank you for your time. Great library btw.
Anonymous
Hi, so I am trying to use java OCR as part of my Android app but I already come cross some fundamental type conflicts. OCRScanner.scan() takes in a java.awt.Image object type as the target image to perform OCR on, but Android doesn't support java.awt.Image's (has its own android.graphics). Did you happen to come across this problem? If so how did you get past it?
You must be using really old version of library - current library does not use java.awt classes at al and is used in published android applications.
My mistake, I was trying to use the 2010 release. Thank you!