Read text from colored image using tess4j [closed]

旧巷老猫 提交于 2019-12-13 11:13:20

问题


I am able to read text from monochrome image but I am unable to read text from colored image. I will appreciate any help...


回答1:


You can use Thresholding to preprocess the bitmap/image, before feeding the library with it. Then it will be black and white and the recotgnition should work easily.



来源:https://stackoverflow.com/questions/15111410/read-text-from-colored-image-using-tess4j

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