haoliansheng

//总地址

https://github.com/tesseract-ocr/tesseract/wiki

 

//windows exe tesseract 4.0下载:

https://github.com/tdhintz/tesseract4win64

 

//语言包下载地址:

https://github.com/tesseract-ocr/tessdata/raw/4.00/chi_sim.traineddata  

语言包下载好,放到和exe同目录下的 tessdata文件夹下。

 

在控制台执行命令如下即可:

c:\tesseract4win64-master\x64>.\tesseract.exe .\a.png .\result3.txt -l chi_sim

  

分类:

技术点:

相关文章: