4.11版本
tesseract-4.1.1需要使用编译安装
1.安装依赖
brew install automake autoconf libtool
brew install pkgconfig
brew install icu4c
brew install leptonica
brew install pango
brew install libarchive
brew install gcc
2.下载tesseract
git clone https://github.com/tesseract-ocr/tesseract.git
3.编译安装tesseract
cd tesseract
./autogen.sh
mkdir build
cd<