圖片提取文字

先上一張效果圖 代碼: from PIL import Image import pytesseract text=pytesseract.image_to_string(Image.open('timg.jpg'),lang='chi_sim') print(text) 具體實現: 1.使用的庫有pillow(PIL的代替,PIL年久失修),pytesser,Tesseract OCR引擎。
相關文章
相關標籤/搜索