Skip to content

eleflea/neucaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neucaptcha

NEUcaptcha 是一个识别东北大学教务处验证码的简单工具。

网址是 http://aao.neu.edu.cn/http://202.118.31.197/。

使用

import neucaptcha
with open("captcha45.jpg", "rb") as img:
    r = neucaptcha.scan_captcha(img)
print(r)

可选参数 threshold 是阈值,用于二值化,建议在130~150;tol 是确定度,建议不要超过0.95。

About

识别东北大学教务处的验证码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages