1、Linux 系統安裝bash
1.能夠經過 apt-get 安裝:命令:sudo apt-get install tesseract-ocr測試
2.查看版本:tesseract --versionui
3.拷貝tesseract庫--- 在/home/atguigu目錄下建立Tesseract目錄spa
4.配置環境3d
(1)執行命令建立文件bash_profile(若是不存在):subl ~/.bash_profileblog
(2)在.bash_profile裏面配置以下信息:ip
export PATH=$PATH:$TESS_ROOT/bin
export TESS_ROOT=/usr/bin/tesseract
export TESSDATA_PREFIX=/home/lg/Tesseractget
5.安裝pytesseractpip
sudo pip3 install pytesseractio
*****測試命令:tesseract world.jpg world_test
2、Windows 系統
1.下載可執行安裝文件:
連接:https://pan.baidu.com/s/1_s9RdH9_kgBMr7RGbVlysg 密碼:26pl
2.安裝:
3.配置環境變量:
4.重啓Pycharm就行了
路過的關注一下,你的支持是我前進的動力