Turn Image into Text - Java [duplicate]

纵饮孤独 提交于 2019-11-27 20:16:40
Josh Diehl

You need to look into Java OCR implementations. Take a look at this question: Java OCR

Tess4J, a JNA wrapper around Tesseract engine, supports APIs that take BufferedImage, File, or image data as input, and return String as output.

Pablo Santa Cruz

You need an OCR (optical character recognizer) library or write your own. Check out this SO question.

Try this character recognition library: http://sourceforge.net/projects/javaocr/

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