名片识别
接口地址:http://binstd.apistd.com/businesscardrecognition/recognize请求格式:multipart/form-data请求方法:post
请求参数 (Query)
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key | string | 是 | 请求 AccessKey, 请在控制台中查看 |
返回参数 (Body)
参数名 | 类型 | 描述 |
---|---|---|
status | string | 返回码 |
msg | string | 返回说明信息 |
result | object | 返回结果 |
name | string | 姓名 |
position | array | 职位/部门 |
mobile | array | 手机 |
company | array | 公司名称 |
address | array | 地址 |
tel | array | 电话 |
fax | array | 传真 |
email | array | 邮箱 |
website | array | 网址 |
zipcode | string | 邮编 |
错误码
错误码 | 描述 |
---|---|
201 | 图片为空 |
202 | 图片格式错误 |
208 | 识别失败 |
210 | 没有信息 |