1、开户许可证识别 - 接口说明

接口地址
图片为base64流 https://netocr.com/api/recog_khxkz.do
图片为file格式 http://www.netocr.com/api/recog_khxkz_stream.do
接口调用方法 post

(注:调用图片为base64流接口时传参数img,调用图片为file格式接口传参数file)

2、请求参数

序号 名称 类型 必填 说明
1 img String 上传的文件(图片的base64流)
2 file MultipartFile 上传的文件(上传文件的字段名必须是“file”)
3 key String 用户ocrKey
4 secret String 用户ocrSecrert
5 typeId Integer 识别类型:48
6 format String 返回格式(xml或者json),如果format为空,则默认返回xml

3、结果示例

{
    "message": {
        "status": 0,
        "value": "识别完成"
    },
    "info": {
        "type": "lgStatement12",
        "retain": "",
        "retain_Coordinate": "",
        "approvalNo": "", //核准号
        "approvalNo_Coordinate": "", //核准号坐标
        "number": "", //编号
        "number_Coordinate": "", //编号坐标
        "accountOpenCompany": "", //开户公司名称
        "accountOpenCompany_Coordinate": "", //开户公司名称坐标
        "juridicalPerson": "", //法定代表人(单位负责人)
        "juridicalPerson_Coordinate": "", //法定代表人(单位负责人)坐标
        "depositBank": "", //开户银行名称
        "depositBank_Coordinate": "192_189_356_224", //开户银行名称坐标
        "accountNo": "371019950307061**8888", //开户账号
        "accountNo_Coordinate": "192_189_356_224", //开户账号坐标
        "issuanceDate": "2005年09月26日", //发证日期
        "issuanceDate_Coordinate": "192_189_356_224", //发证日期坐标
        "licenceIssuingAuthority": "", //发证机构
        "licenceIssuingAuthority_Coordinate": "192_189_356_224", //发证机构坐标
        "cutPic": "/9j/4AAQSkZ***QB/9k=", //图像base64
        "time": "907" //核心处理时间
    }
}

results matching ""

    No results matching ""