项目地址:https://github.com/tesseract-ocr/tesseract
引擎安装:
(1)mac环境下直接执行命令:
brew install --with-training-tools tesseract
(2)windows环境下的安装,可以通过exe安装包安装,下载地址:GitHub项目中的wiki找到,安装完成后将tesseract执行文件的目录加入到path环境变量中,方便调用!
(3)linux环境下安装
sudo apt-get install tesseract-ocr