pytesseract返回空字符串

时间:2018-06-19 12:21:48

标签: python-3.x image-processing

我正在尝试从该图像https://drive.google.com/file/d/142p0msOUHRRVsPaCs1DPL1FXJlTJYFlp/view?usp=sharing获取内容,但是我正在获取空字符串。相同的代码适用于其他示例。

try:
    import Image
except ImportError:
    from PIL import Image
import pytesseract


# Simple image to string
print(pytesseract.image_to_string(Image.open('/Desktop/w.jpg')))

0 个答案:

没有答案