medical_detail_tables

1.接口描述

该 API 用于清单表格化的提取

  • 图片要求:
    1. 格式为 JPG(JPEG),PNG
    2. 宽和高大于 128px,小于等于 6000px
    3. 小于等于 5 MB

请求方式

POST

请求 URL

https://cloudapi.deepfinch.com/ocr/medical/detail_tables

调试工具

Debugging Tool

2.请求参数

2.1 请求头域

字段 类型 必需 描述
X-DF-API-ID string API调用凭证信息,详细信息请参考API调用
X-DF-API-SECRET string API调用凭证信息,详细信息请参考API调用

2.2 请求体

字段 类型 必需 描述
file file 见下方注释 需上传的图片文件,上传本地图片进行检测时选取此参数
auto_rotate boolean 是否开启图片自动旋转, 默认:false

请求参数 file
参数 file 需把图片文件以 multipart/form-data 的形式放到 POST 消息体中。

3.返回参数

字段 类型 说明
request_id string 本次请求的id
status string 状态,正常为 OK
detail_tables_result string 表格化提取内容

3.1 detail_tables_result 字段的参数:

字段 类型 说明
degree integer 图片旋转角度,取值范围[0,90,180,270],逆时针
outside_items array 没有归入到表格内的结构化数据
tables_result array 表格结构化数据

3.2 outside_items 字段的参数:

字段 类型 说明
field_label string 框属性
text string 内容
prob float 置信度
region array 坐标,[左上角x,左上角y,右上角x,右上角y,右下角x,右下角y,左下角x,左下角y]

3.3 tables_result 字段的参数:

字段 类型 说明
detail_columns array 表格明细列值
titles array 标题行

3.4 detail_columns 字段的参数:

字段 类型 说明
checked_result array 校验列
column_count integer 列数量
match_ratios float 匹配比率
rule_match_name string 匹配名称
title string 列表头
items array 归属的检测框

3.5 items 字段的参数:

字段 类型 说明
field_label string 坐标框属性
line_no integer 行号
line_tag float 行标签
prob float 置信度
region array 坐标,[左上角x,左上角y,右上角x,右上角y,右下角x,右下角y,左下角x,左下角y]
text string 文本内容
返回结果示例
{
  "request_id": "6115dd9d5f8842ed0bed3c79eb2289b4",
  "status": "OK",
  "detail_tables_result": {
    "degree": 0,
    "outside_items": [
      {
        "field_label": "text",
        "id": 0,
        "prob": 0.08,
        "region": [
          300,
          36,
          634,
          40,
          633,
          79,
          299,
          75
        ],
        "text": "分江省医疗收费明细(电子)"
      },
      {
        "field_label": "text",
        "id": 1,
        "prob": 0.03,
        "region": [
          15,
          103,
          139,
          105,
          139,
          126,
          15,
          124
        ],
        "text": "药务电子票据代码"
      },
      {
        "field_label": "text",
        "id": 2,
        "prob": 0.9,
        "region": [
          143,
          107,
          208,
          107,
          208,
          124,
          143,
          124
        ],
        "text": "3xxxx0223"
      },
      {
        "field_label": "text",
        "id": 3,
        "prob": 0.21,
        "region": [
          808,
          113,
          883,
          110,
          884,
          125,
          809,
          129
        ],
        "text": "111xxx02299"
      },
      {
        "field_label": "text",
        "id": 4,
        "prob": 0.02,
        "region": [
          685,
          114,
          801,
          113,
          801,
          131,
          685,
          132
        ],
        "text": "病A生字票据号码"
      },
      {
        "field_label": "text",
        "id": 5,
        "prob": 0.04,
        "region": [
          15,
          122,
          123,
          124,
          123,
          142,
          15,
          140
        ],
        "text": "交款人:XXX"
      },
      {
        "field_label": "text",
        "id": 6,
        "prob": 0.61,
        "region": [
          806,
          130,
          883,
          125,
          884,
          141,
          807,
          146
        ],
        "text": "11月06日"
      },
      {
        "field_label": "text",
        "id": 7,
        "prob": 0.21,
        "region": [
          687,
          132,
          805,
          129,
          805,
          146,
          686,
          149
        ],
        "text": "开票日期2023年"
      },
      {
        "field_label": "text",
        "id": 9,
        "prob": 0.76,
        "region": [
          378,
          153,
          448,
          154,
          448,
          174,
          378,
          173
        ],
        "text": "数量/单位"
      },
      {
        "field_label": "text",
        "id": 10,
        "prob": 0.97,
        "region": [
          657,
          156,
          719,
          157,
          719,
          175,
          657,
          174
        ],
        "text": "金额(元)"
      },
      {
        "field_label": "detail",
        "id": 12,
        "prob": 1.0,
        "region": [
          14,
          173,
          105,
          174,
          105,
          199,
          14,
          198
        ],
        "text": "其他住院费用"
      },
      {
        "field_label": "text",
        "id": 13,
        "prob": 0.64,
        "region": [
          692,
          183,
          730,
          184,
          730,
          200,
          692,
          199
        ],
        "text": "16.00"
      },
      {
        "field_label": "detail",
        "id": 17,
        "prob": 1.0,
        "region": [
          12,
          231,
          60,
          232,
          59,
          253,
          11,
          252
        ],
        "text": "床位费"
      },
      {
        "field_label": "text",
        "id": 18,
        "prob": 0.59,
        "region": [
          684,
          236,
          732,
          237,
          731,
          254,
          683,
          253
        ],
        "text": "240.00"
      },
      {
        "field_label": "detail",
        "id": 23,
        "prob": 0.99,
        "region": [
          9,
          289,
          59,
          290,
          59,
          309,
          9,
          308
        ],
        "text": "护理费"
      },
      {
        "field_label": "text",
        "id": 24,
        "prob": 0.99,
        "region": [
          685,
          290,
          731,
          291,
          731,
          308,
          685,
          307
        ],
        "text": "116.40"
      },
      {
        "field_label": "text",
        "id": 26,
        "prob": 0.86,
        "region": [
          734,
          316,
          809,
          314,
          810,
          331,
          735,
          333
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 29,
        "prob": 0.74,
        "region": [
          734,
          343,
          809,
          340,
          809,
          358,
          734,
          360
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 33,
        "prob": 1.0,
        "region": [
          684,
          371,
          730,
          372,
          730,
          388,
          684,
          387
        ],
        "text": "889.60"
      },
      {
        "field_label": "detail",
        "id": 34,
        "prob": 1.0,
        "region": [
          10,
          374,
          58,
          375,
          58,
          394,
          10,
          393
        ],
        "text": "化验费"
      },
      {
        "field_label": "text",
        "id": 36,
        "prob": 0.51,
        "region": [
          735,
          397,
          810,
          394,
          811,
          412,
          736,
          414
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 39,
        "prob": 0.94,
        "region": [
          737,
          423,
          810,
          421,
          811,
          439,
          738,
          441
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 43,
        "prob": 0.93,
        "region": [
          734,
          450,
          809,
          448,
          810,
          465,
          735,
          468
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 47,
        "prob": 0.93,
        "region": [
          736,
          477,
          809,
          476,
          810,
          493,
          737,
          495
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 55,
        "prob": 1.0,
        "region": [
          736,
          532,
          809,
          529,
          809,
          547,
          736,
          550
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 59,
        "prob": 0.51,
        "region": [
          736,
          558,
          810,
          559,
          810,
          575,
          736,
          574
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 63,
        "prob": 0.96,
        "region": [
          735,
          587,
          810,
          585,
          811,
          602,
          736,
          604
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 67,
        "prob": 0.96,
        "region": [
          735,
          614,
          810,
          612,
          811,
          630,
          736,
          632
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 71,
        "prob": 0.79,
        "region": [
          736,
          640,
          812,
          641,
          811,
          658,
          735,
          657
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 76,
        "prob": 0.89,
        "region": [
          736,
          670,
          811,
          668,
          812,
          685,
          737,
          687
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 83,
        "prob": 0.85,
        "region": [
          736,
          725,
          811,
          724,
          811,
          741,
          736,
          743
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 87,
        "prob": 0.13,
        "region": [
          736,
          752,
          810,
          753,
          810,
          769,
          736,
          768
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 91,
        "prob": 0.96,
        "region": [
          737,
          781,
          812,
          779,
          813,
          796,
          738,
          798
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 95,
        "prob": 0.81,
        "region": [
          738,
          808,
          812,
          809,
          812,
          825,
          738,
          824
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 99,
        "prob": 0.98,
        "region": [
          738,
          837,
          812,
          838,
          811,
          854,
          737,
          853
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 103,
        "prob": 1.0,
        "region": [
          737,
          864,
          811,
          865,
          811,
          881,
          737,
          880
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 107,
        "prob": 0.96,
        "region": [
          737,
          893,
          811,
          891,
          812,
          908,
          737,
          910
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 111,
        "prob": 0.93,
        "region": [
          738,
          921,
          813,
          919,
          814,
          936,
          738,
          939
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 115,
        "prob": 0.93,
        "region": [
          736,
          948,
          812,
          949,
          812,
          966,
          736,
          965
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 119,
        "prob": 0.95,
        "region": [
          738,
          977,
          812,
          978,
          812,
          995,
          738,
          994
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 123,
        "prob": 0.95,
        "region": [
          735,
          1006,
          812,
          1005,
          813,
          1022,
          736,
          1024
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 127,
        "prob": 0.6,
        "region": [
          736,
          1035,
          812,
          1033,
          812,
          1050,
          737,
          1052
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 131,
        "prob": 0.94,
        "region": [
          735,
          1062,
          811,
          1063,
          811,
          1080,
          735,
          1079
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 135,
        "prob": 0.96,
        "region": [
          734,
          1093,
          811,
          1090,
          812,
          1107,
          735,
          1110
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 139,
        "prob": 0.51,
        "region": [
          734,
          1120,
          832,
          1117,
          832,
          1135,
          734,
          1138
        ],
        "text": "丙/20.00/100%"
      },
      {
        "field_label": "text",
        "id": 143,
        "prob": 0.99,
        "region": [
          734,
          1147,
          817,
          1148,
          817,
          1164,
          734,
          1163
        ],
        "text": "甲/30.00/0%"
      },
      {
        "field_label": "text",
        "id": 148,
        "prob": 0.93,
        "region": [
          731,
          1176,
          808,
          1174,
          809,
          1191,
          732,
          1193
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 152,
        "prob": 0.97,
        "region": [
          729,
          1203,
          808,
          1200,
          809,
          1219,
          730,
          1221
        ],
        "text": "甲/0.00/0%"
      },
      {
        "field_label": "text",
        "id": 156,
        "prob": 0.1,
        "region": [
          698,
          1253,
          706,
          1254,
          706,
          1262,
          698,
          1261
        ],
        "text": "岁"
      },
      {
        "field_label": "text",
        "id": 157,
        "prob": 0.94,
        "region": [
          696,
          1278,
          836,
          1280,
          836,
          1301,
          696,
          1299
        ],
        "text": "123310024726306760"
      },
      {
        "field_label": "text",
        "id": 158,
        "prob": 1.0,
        "region": [
          57,
          1301,
          105,
          1301,
          105,
          1315,
          57,
          1315
        ],
        "text": "970.40"
      },
      {
        "field_label": "text",
        "id": 159,
        "prob": 0.98,
        "region": [
          16,
          1302,
          55,
          1303,
          55,
          1317,
          16,
          1316
        ],
        "text": "小计"
      },
      {
        "field_label": "text",
        "id": 160,
        "prob": 0.84,
        "region": [
          16,
          1328,
          113,
          1323,
          112,
          1342,
          17,
          1347
        ],
        "text": "合计:4170.44"
      },
      {
        "field_label": "text",
        "id": 161,
        "prob": 0.5,
        "region": [
          857,
          1330,
          871,
          1330,
          870,
          1344,
          856,
          1344
        ],
        "text": "页"
      },
      {
        "field_label": "text",
        "id": 162,
        "prob": 0.81,
        "region": [
          742,
          1331,
          755,
          1331,
          755,
          1345,
          742,
          1345
        ],
        "text": "页"
      },
      {
        "field_label": "text",
        "id": 163,
        "prob": 0.91,
        "region": [
          10,
          1354,
          171,
          1347,
          172,
          1370,
          11,
          1377
        ],
        "text": "收款单位:xxxx医院"
      }
    ],
    "status": "OK",
    "tables_result": [
      {
        "detail_columns": [
          {
            "checked_result": [
              "detail_name"
            ],
            "column_count": 6,
            "column_no": 1,
            "items": [
              {
                "field_label": "detail",
                "id": 14,
                "line_no": 6,
                "line_tag": "DETAIL",
                "prob": 0.28,
                "region": [
                  21,
                  202,
                  273,
                  205,
                  273,
                  228,
                  21,
                  225
                ],
                "text": "[14020090500]计算机图文报告(影像)"
              },
              {
                "field_label": "detail",
                "id": 19,
                "line_no": 8,
                "line_tag": "DETAIL",
                "prob": 0.24,
                "region": [
                  20,
                  256,
                  315,
                  259,
                  315,
                  284,
                  20,
                  281
                ],
                "text": "[11090000100]普通病房床位费1床号:Ba2756"
              },
              {
                "field_label": "detail",
                "id": 25,
                "line_no": 10,
                "line_tag": "DETAIL",
                "prob": 0.65,
                "region": [
                  20,
                  316,
                  177,
                  318,
                  177,
                  339,
                  20,
                  337
                ],
                "text": "[12010000301]等级护理"
              },
              {
                "field_label": "detail",
                "id": 31,
                "line_no": 11,
                "line_tag": "DETAIL",
                "prob": 0.68,
                "region": [
                  18,
                  345,
                  205,
                  344,
                  205,
                  366,
                  19,
                  366
                ],
                "text": "[12010001400]一般专项护理"
              },
              {
                "field_label": "detail",
                "id": 37,
                "line_no": 13,
                "line_tag": "DETAIL",
                "prob": 0.84,
                "region": [
                  19,
                  401,
                  227,
                  404,
                  227,
                  424,
                  19,
                  421
                ],
                "text": "[25010101500]血常规(五分类)"
              },
              {
                "field_label": "detail",
                "id": 41,
                "line_no": 14,
                "line_tag": "DETAIL",
                "prob": 0.69,
                "region": [
                  19,
                  430,
                  161,
                  432,
                  160,
                  452,
                  18,
                  450
                ],
                "text": "[25010200100]尿常规"
              },
              {
                "field_label": "detail",
                "id": 45,
                "line_no": 15,
                "line_tag": "DETAIL",
                "prob": 0.8,
                "region": [
                  15,
                  457,
                  189,
                  459,
                  189,
                  479,
                  15,
                  477
                ],
                "text": "[25010200300]尿比素测定"
              },
              {
                "field_label": "detail",
                "id": 49,
                "line_no": 16,
                "line_tag": "DETAIL",
                "prob": 0.27,
                "region": [
                  18,
                  486,
                  253,
                  489,
                  253,
                  509,
                  18,
                  506
                ],
                "text": "[25010300100]粪便检查(粪便常规)"
              },
              {
                "field_label": "detail",
                "id": 54,
                "line_no": 17,
                "line_tag": "DETAIL",
                "prob": 0.75,
                "region": [
                  17,
                  515,
                  230,
                  515,
                  231,
                  536,
                  18,
                  535
                ],
                "text": "[25010300200]粪便隐血试验(OB)"
              },
              {
                "field_label": "detail",
                "id": 58,
                "line_no": 18,
                "line_tag": "DETAIL",
                "prob": 0.52,
                "region": [
                  16,
                  543,
                  296,
                  541,
                  296,
                  563,
                  17,
                  564
                ],
                "text": "[25020306600]血浆D-二聚体测定(D-Dimer)"
              },
              {
                "field_label": "detail",
                "id": 62,
                "line_no": 19,
                "line_tag": "DETAIL",
                "prob": 0.9,
                "region": [
                  16,
                  572,
                  231,
                  571,
                  232,
                  591,
                  17,
                  593
                ],
                "text": "[25020390100]凝血功能常规检查"
              },
              {
                "field_label": "detail",
                "id": 66,
                "line_no": 20,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  16,
                  598,
                  324,
                  597,
                  325,
                  620,
                  17,
                  621
                ],
                "text": "[25030101701]超敏C反应蛋白全血快速定量测定"
              },
              {
                "field_label": "detail",
                "id": 70,
                "line_no": 21,
                "line_tag": "DETAIL",
                "prob": 0.06,
                "region": [
                  16,
                  628,
                  231,
                  626,
                  231,
                  648,
                  16,
                  650
                ],
                "text": "[25030190200]生化筛查常规检查"
              },
              {
                "field_label": "detail",
                "id": 74,
                "line_no": 22,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  15,
                  658,
                  187,
                  655,
                  187,
                  675,
                  16,
                  678
                ],
                "text": "[25030200100]葡萄糖测定"
              },
              {
                "field_label": "detail",
                "id": 78,
                "line_no": 23,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  15,
                  686,
                  199,
                  683,
                  200,
                  702,
                  16,
                  706
                ],
                "text": "[25030390100]血脂常规检查"
              },
              {
                "field_label": "detail",
                "id": 82,
                "line_no": 24,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  15,
                  715,
                  156,
                  712,
                  157,
                  732,
                  16,
                  735
                ],
                "text": "[25030400401]钙测定"
              },
              {
                "field_label": "detail",
                "id": 86,
                "line_no": 25,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  14,
                  743,
                  184,
                  740,
                  185,
                  760,
                  15,
                  763
                ],
                "text": "[25030400500]无机磷测定"
              },
              {
                "field_label": "detail",
                "id": 90,
                "line_no": 26,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  14,
                  772,
                  155,
                  769,
                  156,
                  789,
                  15,
                  791
                ],
                "text": "[25030400600]镁测定"
              },
              {
                "field_label": "detail",
                "id": 94,
                "line_no": 27,
                "line_tag": "DETAIL",
                "prob": 0.86,
                "region": [
                  14,
                  799,
                  184,
                  796,
                  184,
                  816,
                  15,
                  819
                ],
                "text": "[25030490100]电解质测定"
              },
              {
                "field_label": "detail",
                "id": 98,
                "line_no": 28,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  14,
                  827,
                  227,
                  823,
                  227,
                  844,
                  14,
                  848
                ],
                "text": "[25030500500]血清总胆汁酸测定"
              },
              {
                "field_label": "detail",
                "id": 102,
                "line_no": 29,
                "line_tag": "DETAIL",
                "prob": 0.97,
                "region": [
                  11,
                  856,
                  212,
                  851,
                  213,
                  872,
                  12,
                  877
                ],
                "text": "[25030590100]肝功能常规检查"
              },
              {
                "field_label": "detail",
                "id": 106,
                "line_no": 30,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  13,
                  884,
                  226,
                  880,
                  227,
                  900,
                  14,
                  905
                ],
                "text": "[25030600100]血清肌酸激酶测定"
              },
              {
                "field_label": "detail",
                "id": 110,
                "line_no": 31,
                "line_tag": "DETAIL",
                "prob": 0.29,
                "region": [
                  13,
                  911,
                  328,
                  903,
                  328,
                  926,
                  13,
                  934
                ],
                "text": "[25030500300]血清肌酸激酶一MB同工酶质量测定"
              },
              {
                "field_label": "detail",
                "id": 114,
                "line_no": 32,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  10,
                  940,
                  211,
                  934,
                  212,
                  955,
                  11,
                  962
                ],
                "text": "[25030600500]乳酸脱氢酶测定"
              },
              {
                "field_label": "detail",
                "id": 118,
                "line_no": 33,
                "line_tag": "DETAIL",
                "prob": 0.91,
                "region": [
                  12,
                  965,
                  281,
                  960,
                  282,
                  983,
                  13,
                  988
                ],
                "text": "[25030500700]血清α羟基丁酸脱氢酶测定"
              },
              {
                "field_label": "detail",
                "id": 122,
                "line_no": 34,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  10,
                  996,
                  209,
                  991,
                  209,
                  1012,
                  11,
                  1017
                ],
                "text": "[25030790100]肾功能常规检查"
              },
              {
                "field_label": "detail",
                "id": 126,
                "line_no": 35,
                "line_tag": "DETAIL",
                "prob": 0.97,
                "region": [
                  10,
                  1024,
                  180,
                  1021,
                  180,
                  1041,
                  10,
                  1045
                ],
                "text": "[25030800400]淀粉酶测定"
              },
              {
                "field_label": "detail",
                "id": 130,
                "line_no": 36,
                "line_tag": "DETAIL",
                "prob": 0.04,
                "region": [
                  9,
                  1051,
                  266,
                  1044,
                  266,
                  1066,
                  10,
                  1073
                ],
                "text": "[25030800700]血清血管素张转化酶测定"
              },
              {
                "field_label": "detail",
                "id": 134,
                "line_no": 37,
                "line_tag": "DETAIL",
                "prob": 0.61,
                "region": [
                  9,
                  1080,
                  245,
                  1072,
                  246,
                  1094,
                  10,
                  1102
                ],
                "text": "[25040301000]乙肝核心IgM抗体测定"
              },
              {
                "field_label": "detail",
                "id": 138,
                "line_no": 38,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  8,
                  1111,
                  247,
                  1101,
                  248,
                  1122,
                  9,
                  1132
                ],
                "text": "[2504030140]]丙型肝炎抗体IgG测定"
              },
              {
                "field_label": "detail",
                "id": 142,
                "line_no": 39,
                "line_tag": "DETAIL",
                "prob": 0.91,
                "region": [
                  8,
                  1139,
                  210,
                  1129,
                  210,
                  1150,
                  9,
                  1159
                ],
                "text": "[25040303500]病毒血清学试验"
              },
              {
                "field_label": "detail",
                "id": 146,
                "line_no": 40,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  9,
                  1168,
                  269,
                  1154,
                  270,
                  1175,
                  11,
                  1189
                ],
                "text": "[25040305300]梅毒螺旋体特异抗体测定"
              },
              {
                "field_label": "detail",
                "id": 150,
                "line_no": 41,
                "line_tag": "DETAIL",
                "prob": 0.84,
                "region": [
                  10,
                  1195,
                  197,
                  1187,
                  198,
                  1207,
                  11,
                  1215
                ],
                "text": "[25040390200]乙肝三系检查"
              },
              {
                "field_label": "text",
                "id": 154,
                "line_no": 42,
                "line_tag": "DETAIL",
                "prob": 0.2,
                "region": [
                  12,
                  1222,
                  225,
                  1213,
                  226,
                  1235,
                  12,
                  1243
                ],
                "text": "[25050101000]尿培养加菌常计数"
              },
              null
            ],
            "match_ratios": {
              "detail_name": 0.94
            },
            "recall_type": 1,
            "rule_match_name": [
              "detail_name"
            ],
            "title": "项目名称",
            "title_index": 0
          },
          {
            "column_count": 6,
            "column_no": 2,
            "items": [
              {
                "field_label": "text",
                "id": 15,
                "line_no": 6,
                "line_tag": "DETAIL",
                "prob": 0.68,
                "region": [
                  378,
                  206,
                  448,
                  207,
                  448,
                  228,
                  378,
                  227
                ],
                "text": "2.00/人次"
              },
              {
                "field_label": "text",
                "id": 20,
                "line_no": 8,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  379,
                  262,
                  433,
                  263,
                  433,
                  284,
                  379,
                  283
                ],
                "text": "4.00/天"
              },
              {
                "field_label": "text",
                "id": 28,
                "line_no": 10,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  379,
                  318,
                  431,
                  319,
                  431,
                  338,
                  379,
                  337
                ],
                "text": "4.00/日"
              },
              {
                "field_label": "text",
                "id": 32,
                "line_no": 11,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  378,
                  347,
                  432,
                  348,
                  432,
                  367,
                  378,
                  366
                ],
                "text": "2.00/次"
              },
              {
                "field_label": "text",
                "id": 38,
                "line_no": 13,
                "line_tag": "DETAIL",
                "prob": 0.65,
                "region": [
                  378,
                  403,
                  432,
                  404,
                  432,
                  422,
                  378,
                  421
                ],
                "text": "2.00/次"
              },
              {
                "field_label": "text",
                "id": 42,
                "line_no": 14,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  378,
                  432,
                  432,
                  433,
                  431,
                  451,
                  377,
                  450
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 46,
                "line_no": 15,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  377,
                  459,
                  431,
                  460,
                  431,
                  478,
                  377,
                  477
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 50,
                "line_no": 16,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  379,
                  488,
                  431,
                  489,
                  431,
                  505,
                  379,
                  504
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 53,
                "line_no": 17,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  377,
                  514,
                  431,
                  515,
                  431,
                  534,
                  377,
                  533
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 57,
                "line_no": 18,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  376,
                  541,
                  430,
                  542,
                  430,
                  561,
                  376,
                  560
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 61,
                "line_no": 19,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  376,
                  568,
                  430,
                  569,
                  430,
                  588,
                  376,
                  587
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 65,
                "line_no": 20,
                "line_tag": "DETAIL",
                "prob": 0.71,
                "region": [
                  375,
                  597,
                  430,
                  595,
                  431,
                  615,
                  376,
                  617
                ],
                "text": "2.00/项"
              },
              {
                "field_label": "text",
                "id": 69,
                "line_no": 21,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  376,
                  624,
                  430,
                  625,
                  429,
                  644,
                  375,
                  643
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 73,
                "line_no": 22,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  375,
                  651,
                  429,
                  652,
                  429,
                  670,
                  375,
                  669
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 77,
                "line_no": 23,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  375,
                  680,
                  429,
                  681,
                  429,
                  699,
                  375,
                  698
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 81,
                "line_no": 24,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  375,
                  707,
                  429,
                  708,
                  429,
                  726,
                  375,
                  725
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 85,
                "line_no": 25,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  374,
                  736,
                  429,
                  734,
                  429,
                  754,
                  374,
                  756
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 89,
                "line_no": 26,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  374,
                  762,
                  428,
                  763,
                  428,
                  782,
                  374,
                  781
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 93,
                "line_no": 27,
                "line_tag": "DETAIL",
                "prob": 0.83,
                "region": [
                  374,
                  789,
                  428,
                  790,
                  428,
                  809,
                  374,
                  808
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 97,
                "line_no": 28,
                "line_tag": "DETAIL",
                "prob": 0.67,
                "region": [
                  374,
                  816,
                  428,
                  817,
                  427,
                  838,
                  373,
                  837
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 101,
                "line_no": 29,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  373,
                  845,
                  425,
                  846,
                  425,
                  867,
                  373,
                  866
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 105,
                "line_no": 30,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  373,
                  874,
                  425,
                  875,
                  425,
                  894,
                  373,
                  893
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 109,
                "line_no": 31,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  371,
                  901,
                  425,
                  902,
                  425,
                  921,
                  371,
                  920
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 113,
                "line_no": 32,
                "line_tag": "DETAIL",
                "prob": 0.91,
                "region": [
                  371,
                  930,
                  425,
                  931,
                  424,
                  949,
                  370,
                  948
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 117,
                "line_no": 33,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  370,
                  957,
                  424,
                  958,
                  424,
                  978,
                  370,
                  977
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 121,
                "line_no": 34,
                "line_tag": "DETAIL",
                "prob": 0.52,
                "region": [
                  368,
                  988,
                  424,
                  989,
                  424,
                  1007,
                  368,
                  1006
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 125,
                "line_no": 35,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  368,
                  1015,
                  424,
                  1016,
                  423,
                  1036,
                  367,
                  1035
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 129,
                "line_no": 36,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  367,
                  1044,
                  423,
                  1045,
                  423,
                  1063,
                  367,
                  1062
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 133,
                "line_no": 37,
                "line_tag": "DETAIL",
                "prob": 0.68,
                "region": [
                  369,
                  1072,
                  423,
                  1073,
                  423,
                  1092,
                  369,
                  1091
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 137,
                "line_no": 38,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  369,
                  1099,
                  423,
                  1100,
                  423,
                  1119,
                  369,
                  1118
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 141,
                "line_no": 39,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  369,
                  1126,
                  423,
                  1127,
                  422,
                  1146,
                  368,
                  1145
                ],
                "text": "1.00/项"
              },
              {
                "field_label": "text",
                "id": 145,
                "line_no": 40,
                "line_tag": "DETAIL",
                "prob": 0.5,
                "region": [
                  370,
                  1153,
                  422,
                  1154,
                  422,
                  1171,
                  370,
                  1170
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 149,
                "line_no": 41,
                "line_tag": "DETAIL",
                "prob": 0.7,
                "region": [
                  370,
                  1180,
                  422,
                  1181,
                  422,
                  1197,
                  370,
                  1196
                ],
                "text": "1.00/次"
              },
              {
                "field_label": "text",
                "id": 153,
                "line_no": 42,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  370,
                  1205,
                  422,
                  1206,
                  422,
                  1222,
                  370,
                  1221
                ],
                "text": "1.00/项"
              },
              null
            ],
            "rule_match_name": [],
            "title": "数量",
            "title_index": 1
          },
          {
            "checked_result": [
              "selfpay",
              "total_cost",
              "unit_price",
              "selfpay_ratio"
            ],
            "column_count": 6,
            "column_no": 3,
            "items": [
              {
                "field_label": "text",
                "id": 16,
                "line_no": 6,
                "line_tag": "DETAIL",
                "prob": 0.15,
                "region": [
                  692,
                  208,
                  829,
                  207,
                  829,
                  226,
                  692,
                  228
                ],
                "text": "16.60元/16.00/100%"
              },
              {
                "field_label": "text",
                "id": 22,
                "line_no": 8,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  682,
                  263,
                  733,
                  262,
                  733,
                  280,
                  683,
                  281
                ],
                "text": "240.00"
              },
              {
                "field_label": "text",
                "id": 27,
                "line_no": 10,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  685,
                  317,
                  731,
                  318,
                  731,
                  334,
                  685,
                  333
                ],
                "text": "104.00"
              },
              {
                "field_label": "text",
                "id": 30,
                "line_no": 11,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  693,
                  344,
                  731,
                  345,
                  730,
                  361,
                  692,
                  360
                ],
                "text": "12.40"
              },
              {
                "field_label": "text",
                "id": 35,
                "line_no": 13,
                "line_tag": "DETAIL",
                "prob": 0.75,
                "region": [
                  692,
                  397,
                  730,
                  398,
                  730,
                  415,
                  692,
                  414
                ],
                "text": "30.00"
              },
              {
                "field_label": "text",
                "id": 40,
                "line_no": 14,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  692,
                  424,
                  730,
                  425,
                  730,
                  442,
                  692,
                  441
                ],
                "text": "18.00"
              },
              {
                "field_label": "text",
                "id": 44,
                "line_no": 15,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  700,
                  451,
                  731,
                  452,
                  731,
                  469,
                  700,
                  468
                ],
                "text": "1.00"
              },
              {
                "field_label": "text",
                "id": 48,
                "line_no": 16,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  698,
                  480,
                  731,
                  481,
                  731,
                  496,
                  698,
                  495
                ],
                "text": "3.00"
              },
              {
                "field_label": "text",
                "id": 52,
                "line_no": 17,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  700,
                  507,
                  731,
                  508,
                  731,
                  523,
                  700,
                  522
                ],
                "text": "3.00"
              },
              {
                "field_label": "text",
                "id": 56,
                "line_no": 18,
                "line_tag": "DETAIL",
                "prob": 0.97,
                "region": [
                  691,
                  534,
                  731,
                  535,
                  730,
                  549,
                  690,
                  548
                ],
                "text": "50.00"
              },
              {
                "field_label": "text",
                "id": 60,
                "line_no": 19,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  692,
                  561,
                  732,
                  562,
                  732,
                  576,
                  692,
                  575
                ],
                "text": "48.00"
              },
              {
                "field_label": "text",
                "id": 64,
                "line_no": 20,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  690,
                  588,
                  732,
                  589,
                  732,
                  605,
                  690,
                  604
                ],
                "text": "28.00"
              },
              {
                "field_label": "text",
                "id": 68,
                "line_no": 21,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  690,
                  617,
                  732,
                  618,
                  732,
                  632,
                  690,
                  631
                ],
                "text": "69.00"
              },
              {
                "field_label": "text",
                "id": 72,
                "line_no": 22,
                "line_tag": "DETAIL",
                "prob": 0.7,
                "region": [
                  698,
                  643,
                  731,
                  644,
                  731,
                  659,
                  698,
                  658
                ],
                "text": "6.00"
              },
              {
                "field_label": "text",
                "id": 75,
                "line_no": 23,
                "line_tag": "DETAIL",
                "prob": 0.72,
                "region": [
                  691,
                  670,
                  731,
                  671,
                  731,
                  688,
                  691,
                  687
                ],
                "text": "19.00"
              },
              {
                "field_label": "text",
                "id": 80,
                "line_no": 24,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  698,
                  699,
                  731,
                  700,
                  731,
                  715,
                  698,
                  714
                ],
                "text": "5.00"
              },
              {
                "field_label": "text",
                "id": 84,
                "line_no": 25,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  698,
                  728,
                  730,
                  726,
                  731,
                  742,
                  699,
                  744
                ],
                "text": "5.00"
              },
              {
                "field_label": "text",
                "id": 88,
                "line_no": 26,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  699,
                  755,
                  730,
                  756,
                  730,
                  771,
                  699,
                  770
                ],
                "text": "5.00"
              },
              {
                "field_label": "text",
                "id": 92,
                "line_no": 27,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  693,
                  782,
                  730,
                  783,
                  730,
                  799,
                  693,
                  798
                ],
                "text": "15.00"
              },
              {
                "field_label": "text",
                "id": 96,
                "line_no": 28,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  699,
                  811,
                  732,
                  812,
                  732,
                  826,
                  699,
                  825
                ],
                "text": "5.00"
              },
              {
                "field_label": "text",
                "id": 100,
                "line_no": 29,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  692,
                  838,
                  731,
                  839,
                  731,
                  855,
                  692,
                  854
                ],
                "text": "31.00"
              },
              {
                "field_label": "text",
                "id": 104,
                "line_no": 30,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  698,
                  867,
                  733,
                  868,
                  733,
                  882,
                  698,
                  881
                ],
                "text": "6.00"
              },
              {
                "field_label": "text",
                "id": 108,
                "line_no": 31,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  694,
                  894,
                  733,
                  895,
                  733,
                  911,
                  694,
                  910
                ],
                "text": "16.00"
              },
              {
                "field_label": "text",
                "id": 112,
                "line_no": 32,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  700,
                  923,
                  733,
                  924,
                  732,
                  938,
                  699,
                  937
                ],
                "text": "8.00"
              },
              {
                "field_label": "text",
                "id": 116,
                "line_no": 33,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  699,
                  951,
                  732,
                  952,
                  732,
                  967,
                  699,
                  966
                ],
                "text": "2.00"
              },
              {
                "field_label": "text",
                "id": 120,
                "line_no": 34,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  693,
                  978,
                  732,
                  979,
                  732,
                  996,
                  693,
                  995
                ],
                "text": "12.00"
              },
              {
                "field_label": "text",
                "id": 124,
                "line_no": 35,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  699,
                  1007,
                  732,
                  1008,
                  732,
                  1025,
                  699,
                  1024
                ],
                "text": "8.00"
              },
              {
                "field_label": "text",
                "id": 128,
                "line_no": 36,
                "line_tag": "DETAIL",
                "prob": 0.59,
                "region": [
                  692,
                  1036,
                  731,
                  1037,
                  731,
                  1054,
                  692,
                  1053
                ],
                "text": "14.00"
              },
              {
                "field_label": "text",
                "id": 132,
                "line_no": 37,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  692,
                  1065,
                  731,
                  1066,
                  731,
                  1081,
                  692,
                  1080
                ],
                "text": "15.00"
              },
              {
                "field_label": "text",
                "id": 136,
                "line_no": 38,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  692,
                  1094,
                  731,
                  1095,
                  731,
                  1110,
                  692,
                  1109
                ],
                "text": "15.00"
              },
              {
                "field_label": "text",
                "id": 140,
                "line_no": 39,
                "line_tag": "DETAIL",
                "prob": 0.78,
                "region": [
                  690,
                  1121,
                  731,
                  1122,
                  730,
                  1138,
                  689,
                  1137
                ],
                "text": "20.00"
              },
              {
                "field_label": "text",
                "id": 144,
                "line_no": 40,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  689,
                  1150,
                  730,
                  1151,
                  730,
                  1165,
                  689,
                  1164
                ],
                "text": "30.00"
              },
              {
                "field_label": "text",
                "id": 147,
                "line_no": 41,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  689,
                  1175,
                  730,
                  1176,
                  730,
                  1192,
                  689,
                  1191
                ],
                "text": "75.00"
              },
              {
                "field_label": "text",
                "id": 151,
                "line_no": 42,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  686,
                  1202,
                  728,
                  1203,
                  728,
                  1219,
                  686,
                  1218
                ],
                "text": "36.00"
              },
              null
            ],
            "match_ratios": {
              "selfpay": 0.97,
              "selfpay_ratio": 0.79,
              "total_cost": 0.94,
              "unit_price": 0.94
            },
            "recall_type": 0,
            "rule_match_name": [
              "total_cost"
            ],
            "title": "金通",
            "title_index": 2
          },
          {
            "column_count": 6,
            "column_no": 4,
            "items": [
              null,
              {
                "field_label": "text",
                "id": 21,
                "line_no": 8,
                "line_tag": "DETAIL",
                "prob": 0.64,
                "region": [
                  734,
                  262,
                  815,
                  260,
                  816,
                  278,
                  735,
                  280
                ],
                "text": "单/40.00/0%"
              },
              {
                "field_label": "text",
                "id": 2601,
                "line_no": 10,
                "line_tag": "DETAIL",
                "prob": 0.86,
                "region": [
                  734,
                  316,
                  809,
                  314,
                  810,
                  331,
                  735,
                  333
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 2901,
                "line_no": 11,
                "line_tag": "DETAIL",
                "prob": 0.74,
                "region": [
                  734,
                  343,
                  809,
                  340,
                  809,
                  358,
                  734,
                  360
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 3601,
                "line_no": 13,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  735,
                  397,
                  810,
                  394,
                  811,
                  412,
                  736,
                  414
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 3901,
                "line_no": 14,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  737,
                  423,
                  810,
                  421,
                  811,
                  439,
                  738,
                  441
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 4301,
                "line_no": 15,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  734,
                  450,
                  809,
                  448,
                  810,
                  465,
                  735,
                  468
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 4701,
                "line_no": 16,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  736,
                  477,
                  809,
                  476,
                  810,
                  493,
                  737,
                  495
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 51,
                "line_no": 17,
                "line_tag": "DETAIL",
                "prob": 0.71,
                "region": [
                  736,
                  505,
                  809,
                  502,
                  810,
                  519,
                  737,
                  522
                ],
                "text": "单/0.00/0%"
              },
              {
                "field_label": "text",
                "id": 5501,
                "line_no": 18,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  736,
                  532,
                  809,
                  529,
                  809,
                  547,
                  736,
                  550
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 5901,
                "line_no": 19,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  736,
                  558,
                  810,
                  559,
                  810,
                  575,
                  736,
                  574
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 6301,
                "line_no": 20,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  735,
                  587,
                  810,
                  585,
                  811,
                  602,
                  736,
                  604
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 6701,
                "line_no": 21,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  735,
                  614,
                  810,
                  612,
                  811,
                  630,
                  736,
                  632
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 7101,
                "line_no": 22,
                "line_tag": "DETAIL",
                "prob": 0.79,
                "region": [
                  736,
                  640,
                  812,
                  641,
                  811,
                  658,
                  735,
                  657
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 7601,
                "line_no": 23,
                "line_tag": "DETAIL",
                "prob": 0.89,
                "region": [
                  736,
                  670,
                  811,
                  668,
                  812,
                  685,
                  737,
                  687
                ],
                "text": "甲/"
              },
              {
                "field_label": "detail",
                "id": 79,
                "line_no": 24,
                "line_tag": "DETAIL",
                "prob": 0.17,
                "region": [
                  737,
                  696,
                  811,
                  697,
                  811,
                  714,
                  737,
                  713
                ],
                "text": "钾/0.00/0%"
              },
              {
                "field_label": "text",
                "id": 8301,
                "line_no": 25,
                "line_tag": "DETAIL",
                "prob": 0.85,
                "region": [
                  736,
                  725,
                  811,
                  724,
                  811,
                  741,
                  736,
                  743
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 8701,
                "line_no": 26,
                "line_tag": "DETAIL",
                "prob": 0.13,
                "region": [
                  736,
                  752,
                  810,
                  753,
                  810,
                  769,
                  736,
                  768
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 9101,
                "line_no": 27,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  737,
                  781,
                  812,
                  779,
                  813,
                  796,
                  738,
                  798
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 9501,
                "line_no": 28,
                "line_tag": "DETAIL",
                "prob": 0.81,
                "region": [
                  738,
                  808,
                  812,
                  809,
                  812,
                  825,
                  738,
                  824
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 9901,
                "line_no": 29,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  738,
                  837,
                  812,
                  838,
                  811,
                  854,
                  737,
                  853
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 10301,
                "line_no": 30,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  737,
                  864,
                  811,
                  865,
                  811,
                  881,
                  737,
                  880
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 10701,
                "line_no": 31,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  737,
                  893,
                  811,
                  891,
                  812,
                  908,
                  737,
                  910
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 11101,
                "line_no": 32,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  738,
                  921,
                  813,
                  919,
                  814,
                  936,
                  738,
                  939
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 11501,
                "line_no": 33,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  736,
                  948,
                  812,
                  949,
                  812,
                  966,
                  736,
                  965
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 11901,
                "line_no": 34,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  738,
                  977,
                  812,
                  978,
                  812,
                  995,
                  738,
                  994
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 12301,
                "line_no": 35,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  735,
                  1006,
                  812,
                  1005,
                  813,
                  1022,
                  736,
                  1024
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 12701,
                "line_no": 36,
                "line_tag": "DETAIL",
                "prob": 0.6,
                "region": [
                  736,
                  1035,
                  812,
                  1033,
                  812,
                  1050,
                  737,
                  1052
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 13101,
                "line_no": 37,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  735,
                  1062,
                  811,
                  1063,
                  811,
                  1080,
                  735,
                  1079
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 13501,
                "line_no": 38,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  734,
                  1093,
                  811,
                  1090,
                  812,
                  1107,
                  735,
                  1110
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 13901,
                "line_no": 39,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  734,
                  1120,
                  832,
                  1117,
                  832,
                  1135,
                  734,
                  1138
                ],
                "text": "丙/"
              },
              {
                "field_label": "text",
                "id": 14301,
                "line_no": 40,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  734,
                  1147,
                  817,
                  1148,
                  817,
                  1164,
                  734,
                  1163
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 14801,
                "line_no": 41,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  731,
                  1176,
                  808,
                  1174,
                  809,
                  1191,
                  732,
                  1193
                ],
                "text": "甲/"
              },
              {
                "field_label": "text",
                "id": 15201,
                "line_no": 42,
                "line_tag": "DETAIL",
                "prob": 0.97,
                "region": [
                  729,
                  1203,
                  808,
                  1200,
                  809,
                  1219,
                  730,
                  1221
                ],
                "text": "甲/"
              },
              null
            ],
            "rule_match_name": [
              "medical_level"
            ],
            "title": null,
            "title_index": -1
          },
          {
            "checked_result": [
              "selfpay",
              "unit_price"
            ],
            "column_count": 6,
            "column_no": 5,
            "items": [
              null,
              null,
              {
                "field_label": "text",
                "id": 2602,
                "line_no": 10,
                "line_tag": "DETAIL",
                "prob": 0.86,
                "region": [
                  734,
                  316,
                  809,
                  314,
                  810,
                  331,
                  735,
                  333
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 2902,
                "line_no": 11,
                "line_tag": "DETAIL",
                "prob": 0.74,
                "region": [
                  734,
                  343,
                  809,
                  340,
                  809,
                  358,
                  734,
                  360
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 3602,
                "line_no": 13,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  735,
                  397,
                  810,
                  394,
                  811,
                  412,
                  736,
                  414
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 3902,
                "line_no": 14,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  737,
                  423,
                  810,
                  421,
                  811,
                  439,
                  738,
                  441
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 4302,
                "line_no": 15,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  734,
                  450,
                  809,
                  448,
                  810,
                  465,
                  735,
                  468
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 4702,
                "line_no": 16,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  736,
                  477,
                  809,
                  476,
                  810,
                  493,
                  737,
                  495
                ],
                "text": "0.00"
              },
              null,
              {
                "field_label": "text",
                "id": 5502,
                "line_no": 18,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  736,
                  532,
                  809,
                  529,
                  809,
                  547,
                  736,
                  550
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 5902,
                "line_no": 19,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  736,
                  558,
                  810,
                  559,
                  810,
                  575,
                  736,
                  574
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 6302,
                "line_no": 20,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  735,
                  587,
                  810,
                  585,
                  811,
                  602,
                  736,
                  604
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 6702,
                "line_no": 21,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  735,
                  614,
                  810,
                  612,
                  811,
                  630,
                  736,
                  632
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 7102,
                "line_no": 22,
                "line_tag": "DETAIL",
                "prob": 0.79,
                "region": [
                  736,
                  640,
                  812,
                  641,
                  811,
                  658,
                  735,
                  657
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 7602,
                "line_no": 23,
                "line_tag": "DETAIL",
                "prob": 0.89,
                "region": [
                  736,
                  670,
                  811,
                  668,
                  812,
                  685,
                  737,
                  687
                ],
                "text": "0.00"
              },
              null,
              {
                "field_label": "text",
                "id": 8302,
                "line_no": 25,
                "line_tag": "DETAIL",
                "prob": 0.85,
                "region": [
                  736,
                  725,
                  811,
                  724,
                  811,
                  741,
                  736,
                  743
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 8702,
                "line_no": 26,
                "line_tag": "DETAIL",
                "prob": 0.13,
                "region": [
                  736,
                  752,
                  810,
                  753,
                  810,
                  769,
                  736,
                  768
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 9102,
                "line_no": 27,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  737,
                  781,
                  812,
                  779,
                  813,
                  796,
                  738,
                  798
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 9502,
                "line_no": 28,
                "line_tag": "DETAIL",
                "prob": 0.81,
                "region": [
                  738,
                  808,
                  812,
                  809,
                  812,
                  825,
                  738,
                  824
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 9902,
                "line_no": 29,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  738,
                  837,
                  812,
                  838,
                  811,
                  854,
                  737,
                  853
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 10302,
                "line_no": 30,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  737,
                  864,
                  811,
                  865,
                  811,
                  881,
                  737,
                  880
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 10702,
                "line_no": 31,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  737,
                  893,
                  811,
                  891,
                  812,
                  908,
                  737,
                  910
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 11102,
                "line_no": 32,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  738,
                  921,
                  813,
                  919,
                  814,
                  936,
                  738,
                  939
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 11502,
                "line_no": 33,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  736,
                  948,
                  812,
                  949,
                  812,
                  966,
                  736,
                  965
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 11902,
                "line_no": 34,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  738,
                  977,
                  812,
                  978,
                  812,
                  995,
                  738,
                  994
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 12302,
                "line_no": 35,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  735,
                  1006,
                  812,
                  1005,
                  813,
                  1022,
                  736,
                  1024
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 12702,
                "line_no": 36,
                "line_tag": "DETAIL",
                "prob": 0.6,
                "region": [
                  736,
                  1035,
                  812,
                  1033,
                  812,
                  1050,
                  737,
                  1052
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 13102,
                "line_no": 37,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  735,
                  1062,
                  811,
                  1063,
                  811,
                  1080,
                  735,
                  1079
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 13502,
                "line_no": 38,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  734,
                  1093,
                  811,
                  1090,
                  812,
                  1107,
                  735,
                  1110
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 13902,
                "line_no": 39,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  734,
                  1120,
                  832,
                  1117,
                  832,
                  1135,
                  734,
                  1138
                ],
                "text": "20.00"
              },
              {
                "field_label": "text",
                "id": 14302,
                "line_no": 40,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  734,
                  1147,
                  817,
                  1148,
                  817,
                  1164,
                  734,
                  1163
                ],
                "text": "30.00"
              },
              {
                "field_label": "text",
                "id": 14802,
                "line_no": 41,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  731,
                  1176,
                  808,
                  1174,
                  809,
                  1191,
                  732,
                  1193
                ],
                "text": "0.00"
              },
              {
                "field_label": "text",
                "id": 15202,
                "line_no": 42,
                "line_tag": "DETAIL",
                "prob": 0.97,
                "region": [
                  729,
                  1203,
                  808,
                  1200,
                  809,
                  1219,
                  730,
                  1221
                ],
                "text": "0.00"
              },
              null
            ],
            "match_ratios": {
              "selfpay": 1.0,
              "unit_price": 0.86
            },
            "recall_type": 0,
            "rule_match_name": [
              "selfpay_ratio"
            ],
            "title": null,
            "title_index": -1
          },
          {
            "column_count": 6,
            "column_no": 6,
            "items": [
              null,
              null,
              {
                "field_label": "text",
                "id": 2603,
                "line_no": 10,
                "line_tag": "DETAIL",
                "prob": 0.86,
                "region": [
                  734,
                  316,
                  809,
                  314,
                  810,
                  331,
                  735,
                  333
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 2903,
                "line_no": 11,
                "line_tag": "DETAIL",
                "prob": 0.74,
                "region": [
                  734,
                  343,
                  809,
                  340,
                  809,
                  358,
                  734,
                  360
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 3603,
                "line_no": 13,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  735,
                  397,
                  810,
                  394,
                  811,
                  412,
                  736,
                  414
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 3903,
                "line_no": 14,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  737,
                  423,
                  810,
                  421,
                  811,
                  439,
                  738,
                  441
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 4303,
                "line_no": 15,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  734,
                  450,
                  809,
                  448,
                  810,
                  465,
                  735,
                  468
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 4703,
                "line_no": 16,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  736,
                  477,
                  809,
                  476,
                  810,
                  493,
                  737,
                  495
                ],
                "text": "/0%"
              },
              null,
              {
                "field_label": "text",
                "id": 5503,
                "line_no": 18,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  736,
                  532,
                  809,
                  529,
                  809,
                  547,
                  736,
                  550
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 5903,
                "line_no": 19,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  736,
                  558,
                  810,
                  559,
                  810,
                  575,
                  736,
                  574
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 6303,
                "line_no": 20,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  735,
                  587,
                  810,
                  585,
                  811,
                  602,
                  736,
                  604
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 6703,
                "line_no": 21,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  735,
                  614,
                  810,
                  612,
                  811,
                  630,
                  736,
                  632
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 7103,
                "line_no": 22,
                "line_tag": "DETAIL",
                "prob": 0.79,
                "region": [
                  736,
                  640,
                  812,
                  641,
                  811,
                  658,
                  735,
                  657
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 7603,
                "line_no": 23,
                "line_tag": "DETAIL",
                "prob": 0.89,
                "region": [
                  736,
                  670,
                  811,
                  668,
                  812,
                  685,
                  737,
                  687
                ],
                "text": "/0%"
              },
              null,
              {
                "field_label": "text",
                "id": 8303,
                "line_no": 25,
                "line_tag": "DETAIL",
                "prob": 0.85,
                "region": [
                  736,
                  725,
                  811,
                  724,
                  811,
                  741,
                  736,
                  743
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 8703,
                "line_no": 26,
                "line_tag": "DETAIL",
                "prob": 0.13,
                "region": [
                  736,
                  752,
                  810,
                  753,
                  810,
                  769,
                  736,
                  768
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 9103,
                "line_no": 27,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  737,
                  781,
                  812,
                  779,
                  813,
                  796,
                  738,
                  798
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 9503,
                "line_no": 28,
                "line_tag": "DETAIL",
                "prob": 0.81,
                "region": [
                  738,
                  808,
                  812,
                  809,
                  812,
                  825,
                  738,
                  824
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 9903,
                "line_no": 29,
                "line_tag": "DETAIL",
                "prob": 0.98,
                "region": [
                  738,
                  837,
                  812,
                  838,
                  811,
                  854,
                  737,
                  853
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 10303,
                "line_no": 30,
                "line_tag": "DETAIL",
                "prob": 1.0,
                "region": [
                  737,
                  864,
                  811,
                  865,
                  811,
                  881,
                  737,
                  880
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 10703,
                "line_no": 31,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  737,
                  893,
                  811,
                  891,
                  812,
                  908,
                  737,
                  910
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 11103,
                "line_no": 32,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  738,
                  921,
                  813,
                  919,
                  814,
                  936,
                  738,
                  939
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 11503,
                "line_no": 33,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  736,
                  948,
                  812,
                  949,
                  812,
                  966,
                  736,
                  965
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 11903,
                "line_no": 34,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  738,
                  977,
                  812,
                  978,
                  812,
                  995,
                  738,
                  994
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 12303,
                "line_no": 35,
                "line_tag": "DETAIL",
                "prob": 0.95,
                "region": [
                  735,
                  1006,
                  812,
                  1005,
                  813,
                  1022,
                  736,
                  1024
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 12703,
                "line_no": 36,
                "line_tag": "DETAIL",
                "prob": 0.6,
                "region": [
                  736,
                  1035,
                  812,
                  1033,
                  812,
                  1050,
                  737,
                  1052
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 13103,
                "line_no": 37,
                "line_tag": "DETAIL",
                "prob": 0.94,
                "region": [
                  735,
                  1062,
                  811,
                  1063,
                  811,
                  1080,
                  735,
                  1079
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 13503,
                "line_no": 38,
                "line_tag": "DETAIL",
                "prob": 0.96,
                "region": [
                  734,
                  1093,
                  811,
                  1090,
                  812,
                  1107,
                  735,
                  1110
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 13903,
                "line_no": 39,
                "line_tag": "DETAIL",
                "prob": 0.51,
                "region": [
                  734,
                  1120,
                  832,
                  1117,
                  832,
                  1135,
                  734,
                  1138
                ],
                "text": "/100%"
              },
              {
                "field_label": "text",
                "id": 14303,
                "line_no": 40,
                "line_tag": "DETAIL",
                "prob": 0.99,
                "region": [
                  734,
                  1147,
                  817,
                  1148,
                  817,
                  1164,
                  734,
                  1163
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 14803,
                "line_no": 41,
                "line_tag": "DETAIL",
                "prob": 0.93,
                "region": [
                  731,
                  1176,
                  808,
                  1174,
                  809,
                  1191,
                  732,
                  1193
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 15203,
                "line_no": 42,
                "line_tag": "DETAIL",
                "prob": 0.97,
                "region": [
                  729,
                  1203,
                  808,
                  1200,
                  809,
                  1219,
                  730,
                  1221
                ],
                "text": "/0%"
              },
              {
                "field_label": "text",
                "id": 155,
                "line_no": 43,
                "line_tag": "DETAIL",
                "prob": 0.39,
                "region": [
                  777,
                  1231,
                  790,
                  1231,
                  789,
                  1246,
                  776,
                  1246
                ],
                "text": "支"
              }
            ],
            "rule_match_name": [],
            "title": null,
            "title_index": -1
          }
        ],
        "titles": [
          {
            "field_label": "text",
            "id": 8,
            "line_no": 4,
            "line_tag": "TITLE",
            "prob": 0.9,
            "region": [
              14,
              149,
              74,
              150,
              74,
              168,
              14,
              167
            ],
            "text": "项目名称"
          },
          {
            "field_label": "text",
            "id": 9000,
            "line_no": 4,
            "line_tag": "TITLE",
            "prob": 0.76,
            "region": [
              378,
              153,
              448,
              154,
              448,
              174,
              378,
              173
            ],
            "text": "数量"
          },
          {
            "field_label": "text",
            "id": 11,
            "line_no": 4,
            "line_tag": "TITLE",
            "prob": 0.15,
            "region": [
              732,
              157,
              761,
              157,
              761,
              173,
              732,
              173
            ],
            "text": "金通"
          },
          null,
          null,
          null
        ]
      }
    ]
  }
}

4.错误码

状态码 status 字段 说明
400 INVALID_ARGUMENT 请求参数错误
400 DETETION_FAILED 图片检测失败
401 UNAUTHORIZED 未授权或授权失败
401 KEY_EXPIRED 账号过期
403 NO_PERMISSION 无调用权限
403 OUT_OF_QUOTA 调用次数超出限额
403 RATE_LIMIT_EXCEEDED 调用频率超出限额
404 NOT_FOUND 请求路径错误
500 INTERNAL_ERROR 服务器内部错误

备注: 以上40X系列错误描述请参考reason字段

输出样例
{
  "status": "INVALID_ARGUMENT",
  "reason": "must specify 'file' argument",
  "request_id": "TID8bf47ab6eda64476973cc5f5b6ebf57e"
}

5.输入示例

results matching ""

    No results matching ""