1. 下载训练库
下载地址:https://github.com/tesseract-ocr/tessdata
不用全部下载,中文识别下载那个chi_sim.traineddata
即可。
2. 添加依赖
1 | <dependency> |
3. 编写代码
1 | public static String getTextByImage(String imgPath) throws TesseractException { |
4. 测试
1 | public static void main(String[] args) throws TesseractException { |