An open API service indexing awesome lists of open source software.

https://github.com/windrunnermax/swverifycode

强智教务系统验证码识别
https://github.com/windrunnermax/swverifycode

java javascript php python verifycode

Last synced: 2 months ago
JSON representation

强智教务系统验证码识别

Awesome Lists containing this project

README

        

# 强智教务系统验证码识别

```
/Java 目录下提供切割对比方式识别
/PHP 目录下提供切割对比方式识别
/Python 目录下提供CNN方式与OpenCV方式识别
/JavaScript 目录下提供强智网页自动识别验证码油猴插件
```

## EXAMPLE
教务系统版本有所不同
我们学校的验证码只有`['1', '2', '3', 'b', 'c', 'm', 'n', 'v', 'x', 'z']`字符
图像大小为 `22*62` 类似于下图

![image](https://github.com/WindrunnerMax/SWVerifyCode/blob/master/SWExample/Example.jpg?raw=true)

## 识别率
以供CNN作测试集使用的128张验证码为标本测试识别率

|Python CNN | Python CV | PHP CM | Java CM | JavaScript CM |
|---|---|---|---|---|
|96.87% | 100.00% | 100.00% | 100.00% | 100.00% |