小编Cha*_*lex的帖子

如何在pytesseract中获得字符位置

我试图使用pytesseract库获取图像文件的字符位置.

import pytesseract
from PIL import Image
print pytesseract.image_to_string(Image.open('5.png'))
Run Code Online (Sandbox Code Playgroud)

是否有任何图书馆可以获得角色的每个位置

ocr image-processing python-2.7 python-tesseract pytesser

7
推荐指数
2
解决办法
4332
查看次数