汉王云-手写公式识别

手写公式识别,手写公式识别为电子版公式。
了解咨询

雷达评级

A

用户规模

-

产品上线

-

handFormula1

接口地址
https://handwrformula.apistore.huaweicloud.com/rt
响应格式
application/json
请求方法
POST
请求参数 (Headers)
参数类型必须描述
Content-Typestring
string
application/octet-stream
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
codestring
string
14b05be6-a9a5-45bc-980b-afc2e9847742

商品详情

商品亮点
  • 手写公式识别为电子版公式。
商品说明
版本: V1.0 交付方式: API
适用于: 其他 上架日期: 2020-03-31
请求参数说明: 以JSON字符串形式,放到请求消息体中     请求方法:POST     Content-Type:application/octet-stream
字段                                                 描述
 uid                                               您的服务器IP地址。
data                                              手写轨迹串:x1,y1,x2,y2,x3,y3,x4,y4,-1,0,-1,-1
                                                       每一笔写完以: -1,0结尾。全部写完以:-1,-1结尾。
请求参数示例
{
    "uid": "118.12.0.12",
    "type": "1",
    "data": "x1,y1,x2,y2, -1,0, x3,y3,x4,y4,-1,0,-1,-1"
}
返回值描述:返回值为经过base64加密的字符串,base64解码后的值如下
字段                              父字段                                    描述
code                            response                             0,表示成功。其它表示失败。
result                          response                              消息内容
formulas                    response                              识别结果的数组集合(最多六个结果)
返回值示例,base64解码后的示例如下
Success:
{"
code": "0",
"result": "",
"formulas": 
[
"f ( x ) = \\sqrt{3 + x}",
"\\int ( x ) = \\sqrt{3 + x}",
"f ( x ) = \\sqrt{3 + \\times }",
"f ( x ) = \\sqrt{3 + x}",
"f ( x ) = \\sqrt{3 + x}",
"f ( x ) = \\sqrt{3 + x}"
]
}
Failure:
{
    "code": "437",
    "result": ":input is null"
}
                                                   深度合作电话:010-82786769

用户案例

暂无,请等待更新