This question already has an answer here:
- Java OCR implementation [closed] 5 answers
- Turn Image into Text - Java [duplicate] 4 answers
What is the best open source Java library that I can use to extract text from an image (JPEG, PNG) files?
This question already has an answer here:
What is the best open source Java library that I can use to extract text from an image (JPEG, PNG) files?
There's GOCR and tesseract, but I'm not sure about how their current releases stack up -- what about trying both on some typical inputs you need to deal with, and choose by this trial?