I have been using a piece of Software that works as a Reading Scanner. Basically it retrieves text from images. Is there any API for Java that would enable programmatically recognize text contained in images, in particular .tiff
to regular text? Or is there any Java class that would help ... I do not know how to start
Asked
Active
Viewed 3,489 times
2

Parth Soni
- 11,158
- 4
- 32
- 54

CHEBURASHKA
- 1,623
- 11
- 53
- 85
-
have a look at this: https://github.com/axet/lookup and http://stackoverflow.com/questions/1813881/java-ocr-implementation – hamon Oct 05 '13 at 15:17
2 Answers
1
This type of problem is called Optical Character Recognition or OCR. The first Google result for "Java OCR" looks promising: http://sourceforge.net/projects/javaocr

joews
- 29,767
- 10
- 79
- 91
1
This question was answered in previous post.
Read