汉王云-手写体OCR识别-
版本: V1.0 | 交付方式: API |
适用于: 其他 | 上架日期: 2022-04-14 08:51:21 |
code=9c56015f-af3c-4b82-a4eb-dc34efa54683
请求参数描述
字段 描述
uid 您的服务器IP地址。
isText 0:只返回text ;1:返回text、字符数、倾斜度等值。
image 文本图像的base64串
返回值描述
字段 父字段 描述
code response 返回码
result response 消息内容
documents response 识别结果
lines documents 行
chars lines 一行字符
code chars 一个字符
coords chars 字符坐标,依次是左上、右上,右下,左下
type chars 字符类型,0:印刷体,1:手写体
score chars 字符置信度
coords lines 整行坐标,依次是左上、右上,右下,左下
type lines 整行类型,0:水平,1:垂直
score lines 整行置信度
coords documents 整个文本坐标
rotate documents 文本旋转度