Skip to content

Commit 6f476fa

Browse files
committed
2 parents 6265aa6 + a4655da commit 6f476fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ ImgCodeCheck 图片验证码识别API
44
---
55
+ Requirements 🔲 运行环境
66

7-
> Python3 🔲 安装Python3
7+
> Python 3.9.7 🔲 安装Python 3.9.7
88
9-
> pip3 install ddddocr 🔲 安装ddddocr识别库
9+
> pip3 install ddddocr==1.0.6 🔲 安装 ddddocr 识别库 1.0.6
1010
1111
+ Usage 🔲 用法
1212

1313
- Local 🔲 本地识别
14-
> deCodeImg.py -i D:\case.jpg
14+
> python3 deCodeImg.py -i D:\codeimg.png
1515
1616
- Web api 🔲 搭建web服务识别
17-
> deCodeImg.py -m -p 416
17+
> python3 deCodeImg.py -m -p 416
1818
1919
> Start run.cmd 🔲 或者直接运行 run.cmd,可修改 cmd 以自定义端口等
2020

0 commit comments

Comments
 (0)