Skip to content

Commit 9bbd74b

Browse files
committed
add online demo
1 parent eb49324 commit 9bbd74b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Captcha-Recognizer是一个易用的通用滑块验证码识别库,通过深
1010
- 多缺口验证码背景图
1111
- 验证码截图(包含滑块和背景图)
1212

13+
# 在线演示
14+
- [在线演示](http://47.94.198.97/)
15+
1316
# 版本要求
1417

1518
* ``Python`` >= 3.6.0
@@ -47,10 +50,17 @@ V2支持以下类型验证码的识别
4750
- 单缺口验证码背景图(不含滑块的背景图)
4851
- 多缺口验证码截图或合成图(含滑块和背景图)
4952

50-
### V2 增强版使用示例
53+
### V2 Beta 增强版使用示例
54+
55+
```shell
56+
pip install captcha-recognizer==0.9.0b0
57+
```
58+
5159

5260
```python3
5361
# V2增强版
62+
63+
5464
from captcha_recognizer.slider import SliderV2
5565

5666
box, confidence = SliderV2().identify(source=f'images_example/example8.png', show=True)

0 commit comments

Comments
 (0)