1、印章识别 - 接口说明

接口地址
图片为base64流 https://netocr.com/api/recog_sealOcr.do
图片为file格式 https://netocr.com/api/recog_sealOcr_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 识别类型:50
6 format String json

3、结果示例

{
    "message": {
        "value": "识别完成",
        "status": 0
    },
    "info": {
        "logid": "请求识别 id 识别成功值为 0",
        "errno": "算法错误码",
        "errmas": "错误信息",
        "querysign": "查询标志",
        "pages": [
            [
                {
                    "itemcoord": {//印章坐标、宽高
                        "top": "印章左上方坐标点",
                        "left": "印章左上方坐标点",
                        "width": "印章宽度",
                        "height": "印章高度"
                     },
                    "major": {//章内曲边信息
                        "itemstring": "章内曲边文字",
                        "probability": "章内曲边文字可信度"
                    },
                    "minor": "章内其他字段",
                    "probability": "其他字段内容可信度",
                    "type": "印章类型,Round= 圆章   ellipse=椭圆章"
                }
            ]
        ]
    }
}

results matching ""

    No results matching ""