How to read images using Java API?

混江龙づ霸主 提交于 2019-12-07 23:32:53

问题


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

  1. Java OCR implementation

  2. Turn Image into Text - Java

  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!