We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6265aa6 + a4655da commit 6f476faCopy full SHA for 6f476fa
readme.md
@@ -4,17 +4,17 @@ ImgCodeCheck 图片验证码识别API
4
---
5
+ Requirements 🔲 运行环境
6
7
-> Python3 🔲 安装Python3
+> Python 3.9.7 🔲 安装Python 3.9.7
8
9
-> pip3 install ddddocr 🔲 安装ddddocr识别库
+> pip3 install ddddocr==1.0.6 🔲 安装 ddddocr 识别库 1.0.6
10
11
+ Usage 🔲 用法
12
13
- Local 🔲 本地识别
14
- > deCodeImg.py -i D:\case.jpg
+ > python3 deCodeImg.py -i D:\codeimg.png
15
16
- Web api 🔲 搭建web服务识别
17
- > deCodeImg.py -m -p 416
+ > python3 deCodeImg.py -m -p 416
18
19
> Start run.cmd 🔲 或者直接运行 run.cmd,可修改 cmd 以自定义端口等
20
0 commit comments