TrueCaptcha验证码识别失败样例

本文最后更新于:2023年3月16日 晚上

网络错误
1
2
3
{
"message": "Internal server error"
}
数据过小
1
2
3
4
5
6
7
{
"error_message": "error calling method : filesize 18 too small < 100B",
"error_type": "QueryException",
"success": false,
"requestId": "75275c90-f889-44c2-aeba-d982e36fe0f8",
"time_taken": 0.089401
}
base64 解码错误
1
2
3
4
5
6
7
{
"error_message": "error calling method : image base64 decode failed on data: Incorrect padding",
"error_type": "QueryException",
"success": false,
"requestId": "2a799391-8250-436d-9241-53075ea58328",
"time_taken": 0.083829
}
识别超限
1
2
3
4
5
6
7
{
"error_message": "error calling method : 30 above free usage limit 30 per day. Credits would be available on request.",
"error_type": "QueryException",
"success": false,
"requestId": "8354f909-90d0-4f2f-bd65-5c49150a8a13",
"time_taken": 0.46339
}
附:识别成功
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"method": "gettext",
"success": true,
"requestId": "8dd18faa-53b8-4833-a4d3-07cd5a1ec9d7",
"time_taken": 2.115433,
"cluster_name": "MAIN_CLASSES_ALL_1329__80_240_P_GIF",
"cluster_accuracy": null,
"case": "mixed",
"confidence": 0.998090389902514,
"valid": false,
"lambda": "HelloClusterCaptchaModels",
"mode": "75_240",
"result": "iM62"
}

TrueCaptcha验证码识别失败样例
https://www.qiuyelin.com/2023/03/16/f91bcc9d9dfa/
作者
秋夜临
发布于
2023年3月16日
更新于
2023年3月16日
许可协议