python之图像识别
1、安装Tesseract-OCR.exe;注意环境变量配置path和TESSDATA_PREFIX
2、安装pytesseract
(据说还有一个tesseracr,我没有安装成功)
3、命令
from PIL import Image
import pytesseract
text = pytesseract.image_to_string(Image.open(‘图片路径‘))
相关推荐
MachineIntellect 2020-11-18
alanlonglong 2020-11-05
数智集 2020-10-26
TifaBest 2020-10-25
古驿道 2020-10-21
cswingman 2020-10-05
风和日丽 2020-09-22
数智集 2020-09-14
LinBSoft 2020-07-30
LetItBe 2020-07-29
汤姆猴 2020-07-29
wjschaoren 2020-07-24
luoyouren 2020-07-23
LinBSoft 2020-07-07
xjp 2020-06-28
BigCowPeking 2020-06-28
csdmeb 2020-06-25
alanlonglong 2020-06-14
luoyouren 2020-06-10