问题
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
回答1:
This question was answered in previous post.
Read
Java OCR implementation
Turn Image into Text - Java
Read text from image file in Java
回答2:
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
来源:https://stackoverflow.com/questions/19199275/how-to-read-images-using-java-api