Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

点击进入【丹里科技官网】注册即送1000点数,加微信好友再送5000点数

请求地址

http://api.zjdanli.com/orc/text消耗2点

POST application/json

请求参数

属性

类型

必须

说明

appid

String

【丹里科技官网】注册之后获得

base64Image

string[]

Base64 编码的图片,不要包含 "data:image/***;base64,"

请求示例

{
    "appid":"官网注册之后获得",
    "base64Image": "9j/4AAQSkZJRgABAQAAAQABAAD/......此处省略"
}

响应参数

属性

类型

必须

说明

code

String

0:成功

appid_err:appid认证失败

fail:一般是图片格式不对

msg

string

返回值中文说明

data

string

返回识别结果

返回示例

{
    "code": "0",
    "msg": "成功",
    "data": dhMdf2
}

 

  • No labels