这是我的代码:
from PIL import Image
from pytesseract import image_to_string
# test = image_to_string(Image.open('Test.jpg'), lang='eng')
test = image_to_string(Image.open('PhraseTest.jpg'), lang='eng')
print(test)
print("Success!!")
这是我正在使用的图像:
以下是我在ocr后得到的输出: Wmmwmm,谁会犯错
我有什么想念的吗?