我正在尝试从该图像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')))