Read Character Value from image through java program

Hi All,

As showing i have an image with fields Username & City & Work as in the image. I just want to read these Character fields value from this image with java program. If any one have any idea about this please let me know

thanks


You can google with Java Character recognition through image and there is also good way to do this with this example. this jar you can use as for testing


Tess4J是Tesseract引擎的Java包装,可以识别这些图像(重新缩放到300 DPI后)。


You should start looking into character recognizing libraries like shown here. also, look at this question here

链接地址: http://www.djcxy.com/p/11746.html

上一篇: 什么是“部署ID”和“部署唯一名称”

下一篇: 通过Java程序从图像中读取字符值