Python圖片文字識別轉換程序

網上見到有人用python識別圖片文字python 本身也試了試code 其實沒啥技術含量圖片 全是第三方庫string from PIL import Image import pytesseract text=pytesseract.image_to_string(Image.open('Capture.jpg'),lang='chi_sim') print(text) 其中還須要一個識別軟件
相關文章
相關標籤/搜索