1、基本存款账户信息识别 - 接口说明
(注:调用图片为base64流接口时传参数img,调用图片为file格式接口传参数file)
2、请求参数
| 序号 | 名称 | 类型 | 必填 | 说明 | 
| 1 | img | String | 是 | 上传的文件(图片的base64流) | 
| 2 | file | MultipartFile | 是 | 上传的文件(上传文件的字段名必须是“file”) | 
| 3 | key | String | 是 | 用户ocrKey | 
| 4 | secret | String | 是 | 用户ocrSecrert | 
| 5 | typeId | Integer | 是 | 识别类型:49 | 
| 6 | format | String | 是 | 返回格式(xml或者json),如果format为空,则默认返回xml | 
3、结果示例
{
    "message": {
        "status": 0,
        "value": "识别完成"
    },
    "info": {
        "type": "类型",
        "retain": "保留",
        "retain_Coordinate": "保留坐标",
        "titleAccount": "账户名称",
        "titleAccount_Coordinate": "账户名称坐标",
        "accountNo": "账户号码",
        "accountNo_Coordinate": "账户号码坐标",
        "depositBank": "开户银行",
        "depositBank_Coordinate": "开户银行坐标",
        "juridicalPerson": "法定代表人",
        "juridicalPerson_Coordinate": "法定代表人坐标",
        "depositAccountNo": "基本存款账户编号",
        "depositAccountNo_Coordinate": "基本存款账户编号坐标",
        "date": "日期",
        "date_Coordinate": "日期坐标",
        "cutPic": "处理后图片",
        "time":"核心时间"
    }
}