-
Requirements
- Python 3.9.7
- pip3 install ddddocr==1.0.6
-
Usage
-
Local:
python3 deCodeImg.py -i D:\codeimg.png
-
Web api:
python3 deCodeImg.py -m -p 416
or Start run.cmd. Visithttp://127.0.0.1:416/?img=
then.
-
-
运行环境
- Python 3.9.7
- ddddocr 1.0.6
-
安装
- 安装 python 3
- 安装 ddddocr 库:打开命令提示符,输入以下命令并回车
pip3 install ddddocr==1.0.6
-
用法