Skip to content

crack zhengfang educational system verification code

Notifications You must be signed in to change notification settings

3tnet/zfjw-captcha-cnn

Repository files navigation

正方教务系统验证码识别 (CNN)

grpc server

运行

python grpcServer/ImageToLabelServer.py

使用

// 使用参考 grpcServer/testClient.py

http server

运行

python httpServer/imageToLabelServer.py

使用

接口地址 参数 说明
/image_to_label 文件字段名 captcha 传入验证码文件返回验证码字符

返回

{
    "code": 1,
    "captcha_label": "返回的验证码字符串"
}
{
    "code": -1,
    "captcha_label": "验证码文件有误"
}
{
    "code": -1,
    "captcha_label": "请上传验证码文件"
}

About

crack zhengfang educational system verification code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published