https://github.com/windrunnermax/swverifycode
强智教务系统验证码识别
https://github.com/windrunnermax/swverifycode
java javascript php python verifycode
Last synced: 2 months ago
JSON representation
强智教务系统验证码识别
- Host: GitHub
- URL: https://github.com/windrunnermax/swverifycode
- Owner: WindRunnerMax
- License: mit
- Created: 2020-02-16T03:27:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T10:17:03.000Z (about 4 years ago)
- Last Synced: 2025-03-18T12:02:18.805Z (2 months ago)
- Topics: java, javascript, php, python, verifycode
- Language: Python
- Size: 181 KB
- Stars: 48
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` 类似于下图
## 识别率
以供CNN作测试集使用的128张验证码为标本测试识别率|Python CNN | Python CV | PHP CM | Java CM | JavaScript CM |
|---|---|---|---|---|
|96.87% | 100.00% | 100.00% | 100.00% | 100.00% |