如何使用python从图像中提取手写文本

时间:2019-06-13 08:29:23

标签: ocr

enter image description here实际上,当我从图像中提取手写文本时,我是使用ocr和python从图像中提取文本的,

import pytesseract
from PIL import Image

pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files (x86)\Tesseract-OCR\tesseract.exe"

img = Image.open('text.jpeg')

imagetext = pytesseract.image_to_string(img)

print(imagetext)

我希望你好世界的输出,但实际输出是E $ 9e = 13d“

0 个答案:

没有答案