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 f36bdf7 + a2a6d8a commit 6b52cdbCopy full SHA for 6b52cdb
readme.md
@@ -11,12 +11,12 @@ ImgCodeCheck 图片验证码识别API
11
+ Usage 🔲 用法
12
13
- Local 🔲 本地识别
14
- > deCodeImg.py -i imgParam
+ > deCodeImg.py -i D:/case.jpg
15
16
- Web api 🔲 搭建web服务识别
17
- > deCodeImg.py -m makeServer -p port
+ > deCodeImg.py -m -p 416
18
19
- > Start run.cmd 🔲 运行 run.cmd,可修改 cmd 以自定义端口等
+ > Start run.cmd 🔲 或者直接运行 run.cmd,可修改 cmd 以自定义端口等
20
21
> Visit http://127.0.0.1:416/?img= 🔲 接口为 http://127.0.0.1:416/?img= 后面可接上去头的 base64 数据、本地图片路径或者在线图片网址
22
0 commit comments