【发布时间】:2019-07-25 23:19:40
【问题描述】:
我正在使用 tesseract 从图像中提取文本,这是我使用文本检测器获得的车牌图像
from PIL import Image
import pytesseract
import cv2
img= cv2.imread('text0.jpg')
print (pytesseract.image_to_string(th))
但是,它没有给出确切的文本,我可以使用任何过滤器来提高图像的质量吗? 请查看并提供反馈。
【问题讨论】: