Read text from colored image using tess4j [closed]

2020-01-19 06:46发布

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条回答
2楼-- · 2020-01-19 07:00

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.

查看更多
登录 后发表回答