0
我怎麼能在這裏識別該圖像:https://segmentfault.com/q/1010000007652899Python3圖像識別錯誤
(4412) digital
我的代碼是:
from PIL import Image
import pytesseract
qq=Image.open('d://frame4.jpg')
text=pytesseract.image_to_string(qq).strip() #使用image_to_string識別驗證碼
print(text)
我想它的英文打印,而不是數字。