我试图使用pytesseract库获取图像文件的字符位置.
import pytesseract from PIL import Image print pytesseract.image_to_string(Image.open('5.png'))
是否有任何图书馆可以获得角色的每个位置
ocr image-processing python-2.7 python-tesseract pytesser
image-processing ×1
ocr ×1
pytesser ×1
python-2.7 ×1
python-tesseract ×1