1. 程式人生 > >Python配置圖片文字識別

Python配置圖片文字識別

ins 源代碼 logs 配置 mage pillow setup blog hub

以管理員權限打開cmd控制臺。

1.如何安裝PIL

輸入下面命令:pip install Pillow.

參考:https://www.cnblogs.com/mrgavin/p/8177841.html

2.安裝pytesseract

輸入下面命令:pip install pytesseract.

詳細見下圖:

技術分享圖片

3.安裝文字識別包tesseract-ocr(https://www.cnblogs.com/hupeng1234/p/7136442.html)

tesseract識別算法開源代碼見https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM#400-alpha-for-windows。

下載如下鏈接中的安裝exe文件進行安裝:

https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v4.0.0-rc3.20181014.exe

Python配置圖片文字識別