达摩院-文字识别
连接器

达摩院-文字识别

连接器

需两次购买:①订购原厂商接口 ②订购易源会员包代理转发;基于阿里云深度学习技术,为用户提供通用的印刷文字识别和文档结构化等能力。 文字识别技术可以灵活应用于个人证件识别、行业票证识别、资产类证件识别、通用文档识别与整理等行业场景,满足认证、鉴权、票据流转审核等业务需求。

会员资源包统一计费,无需单独购买,开通会员包后可直接调用。
表格识别
接入点说明
可以自动识别表格位置、表格内容信息。适用于黑色的,横线、竖线都齐全的表格中内容识别。阿里原接口订购地址:https://vision.aliyun.com/experience/detail?tagName=ocr&children=RecognizeTable

输入限制
请求格式:JPEG、JPG、PNG、BMP、GIF。
图像大小:图像大小不超过3M。
图像分辨率:不限制图片分辨率,但图片分辨率太高可能会导致API识别超时,超时时间为5秒。
URL地址中不能包含中文字符。
接口地址
https://connector.showapi.com/2582-10?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST/GET
请求参数
Header 参数
参数名称类型示例值必须描述
content-typeString
application/x-www-form-urlencoded
Post 表单
参数名称类型示例值必须描述
ImageURLString
https://showapi-pub-shanghai.oss-cn-shanghai.aliyuncs.com/api/connector/excelbg.jpg
图片URL地址。
AssureDirectionString
false
图片方向是否确定为正向。

true:确定
false:不确定
HasLineString
false
是否无线条。

true:无线条或者只有横线没有竖线。
false:有线条。
ds_idString
-
OutputFormatString
json
输出格式。包括:html、json、xlsx。
SkipDetectionString
false
是否跳过检测,取值true或false。
UseFinanceModelString
true
是否使用财务报表模型。取值true或false。
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://connector.showapi.com/2582-10?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "ImageURL=https%3A%2F%2Fshowapi-pub-shanghai.oss-cn-shanghai.aliyuncs.com%2Fapi%2Fconnector%2Fexcelbg.jpg&AssureDirection=false&HasLine=false&ds_id=&OutputFormat=json&SkipDetection=false&UseFinanceModel=true"
返回示例
JSON
{
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_id": "5fc703358d57ba0247d6119f",
  "showapi_res_body": {
    "Data": {
      "Tables": [
        {
          "TableRows": [
            {
              "TableColumns": [
                {
                  "Texts": [
                    "序号|"
                  ],
                  "EndRow": 1,
                  "StartRow": 0,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "表格编号"
                  ],
                  "EndRow": 1,
                  "StartRow": 0,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "表格名称"
                  ],
                  "EndRow": 1,
                  "StartRow": 0,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "春档部门"
                  ],
                  "EndRow": 1,
                  "StartRow": 0,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "保存时间"
                  ],
                  "EndRow": 1,
                  "StartRow": 0,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "版本"
                  ],
                  "EndRow": 1,
                  "StartRow": 0,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "1."
                  ],
                  "EndRow": 2,
                  "StartRow": 1,
                  "Height": 30,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.3-Z01-F1"
                  ],
                  "EndRow": 2,
                  "StartRow": 1,
                  "Height": 30,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "文件编制/更改申请表"
                  ],
                  "EndRow": 2,
                  "StartRow": 1,
                  "Height": 30,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 2,
                  "StartRow": 1,
                  "Height": 30,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 2,
                  "StartRow": 1,
                  "Height": 30,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 2,
                  "StartRow": 1,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "2."
                  ],
                  "EndRow": 3,
                  "StartRow": 2,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.3-Z01-F2"
                  ],
                  "EndRow": 3,
                  "StartRow": 2,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "文件发放答收表"
                  ],
                  "EndRow": 3,
                  "StartRow": 2,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 3,
                  "StartRow": 2,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年年"
                  ],
                  "EndRow": 3,
                  "StartRow": 2,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 3,
                  "StartRow": 2,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "3."
                  ],
                  "EndRow": 4,
                  "StartRow": 3,
                  "Height": 30,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.3-Z01-F3"
                  ],
                  "EndRow": 4,
                  "StartRow": 3,
                  "Height": 30,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "借阅登记表"
                  ],
                  "EndRow": 4,
                  "StartRow": 3,
                  "Height": 30,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各业务部门"
                  ],
                  "EndRow": 4,
                  "StartRow": 3,
                  "Height": 30,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 4,
                  "StartRow": 3,
                  "Height": 30,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 4,
                  "StartRow": 3,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "4."
                  ],
                  "EndRow": 5,
                  "StartRow": 4,
                  "Height": 31,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.3-Z01-F"
                  ],
                  "EndRow": 5,
                  "StartRow": 4,
                  "Height": 31,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "体系文件分类(发放)表"
                  ],
                  "EndRow": 5,
                  "StartRow": 4,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 5,
                  "StartRow": 4,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年年"
                  ],
                  "EndRow": 5,
                  "StartRow": 4,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 5,
                  "StartRow": 4,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "5."
                  ],
                  "EndRow": 6,
                  "StartRow": 5,
                  "Height": 33,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.3-Z02-F1"
                  ],
                  "EndRow": 6,
                  "StartRow": 5,
                  "Height": 33,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "文件资料存储清单"
                  ],
                  "EndRow": 6,
                  "StartRow": 5,
                  "Height": 33,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 6,
                  "StartRow": 5,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 6,
                  "StartRow": 5,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 6,
                  "StartRow": 5,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "6."
                  ],
                  "EndRow": 7,
                  "StartRow": 6,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 0,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.3-Z02-F2"
                  ],
                  "EndRow": 7,
                  "StartRow": 6,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "文件处理表"
                  ],
                  "EndRow": 7,
                  "StartRow": 6,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "文件保存部门"
                  ],
                  "EndRow": 7,
                  "StartRow": 6,
                  "Height": 31,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "同读文件保存期"
                  ],
                  "EndRow": 7,
                  "StartRow": 6,
                  "Height": 31,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 7,
                  "StartRow": 6,
                  "Height": 31,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "7."
                  ],
                  "EndRow": 8,
                  "StartRow": 7,
                  "Height": 30,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.4-Z01-F1"
                  ],
                  "EndRow": 8,
                  "StartRow": 7,
                  "Height": 30,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "记录检查表"
                  ],
                  "EndRow": 8,
                  "StartRow": 7,
                  "Height": 31,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 8,
                  "StartRow": 7,
                  "Height": 31,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久"
                  ],
                  "EndRow": 8,
                  "StartRow": 7,
                  "Height": 31,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 8,
                  "StartRow": 7,
                  "Height": 31,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "8."
                  ],
                  "EndRow": 9,
                  "StartRow": 8,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.4-Z01-F2"
                  ],
                  "EndRow": 9,
                  "StartRow": 8,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "标准、政策法规一览表"
                  ],
                  "EndRow": 9,
                  "StartRow": 8,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "总经理办公室|"
                  ],
                  "EndRow": 9,
                  "StartRow": 8,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久保存"
                  ],
                  "EndRow": 9,
                  "StartRow": 8,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 9,
                  "StartRow": 8,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "9."
                  ],
                  "EndRow": 10,
                  "StartRow": 9,
                  "Height": 30,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY4.2.4-Z01-F3"
                  ],
                  "EndRow": 10,
                  "StartRow": 9,
                  "Height": 31,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "质量记录表格一览表"
                  ],
                  "EndRow": 10,
                  "StartRow": 9,
                  "Height": 31,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 10,
                  "StartRow": 9,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 10,
                  "StartRow": 9,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 10,
                  "StartRow": 9,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "10."
                  ],
                  "EndRow": 11,
                  "StartRow": 10,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY5.4.2-Z01-F1"
                  ],
                  "EndRow": 11,
                  "StartRow": 10,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "环境因素汇总登记表"
                  ],
                  "EndRow": 11,
                  "StartRow": 10,
                  "Height": 31,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各有关部门"
                  ],
                  "EndRow": 11,
                  "StartRow": 10,
                  "Height": 31,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 11,
                  "StartRow": 10,
                  "Height": 30,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 11,
                  "StartRow": 10,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "11."
                  ],
                  "EndRow": 12,
                  "StartRow": 11,
                  "Height": 52,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY5.4.2-Z01-F2"
                  ],
                  "EndRow": 12,
                  "StartRow": 11,
                  "Height": 52,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "重要环境因素评价表"
                  ],
                  "EndRow": 12,
                  "StartRow": 11,
                  "Height": 52,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各有关部门",
                    "品质管理部"
                  ],
                  "EndRow": 12,
                  "StartRow": 11,
                  "Height": 52,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 12,
                  "StartRow": 11,
                  "Height": 52,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 12,
                  "StartRow": 11,
                  "Height": 52,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "12."
                  ],
                  "EndRow": 13,
                  "StartRow": 12,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY5.6-Z01-F1"
                  ],
                  "EndRow": 13,
                  "StartRow": 12,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "管理评审计划"
                  ],
                  "EndRow": 13,
                  "StartRow": 12,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 13,
                  "StartRow": 12,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久保存"
                  ],
                  "EndRow": 13,
                  "StartRow": 12,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 13,
                  "StartRow": 12,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "13.1"
                  ],
                  "EndRow": 14,
                  "StartRow": 13,
                  "Height": 31,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY5.6-Z01-F2"
                  ],
                  "EndRow": 14,
                  "StartRow": 13,
                  "Height": 31,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "管理评审报告"
                  ],
                  "EndRow": 14,
                  "StartRow": 13,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "品质管理部"
                  ],
                  "EndRow": 14,
                  "StartRow": 13,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久保存"
                  ],
                  "EndRow": 14,
                  "StartRow": 13,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 14,
                  "StartRow": 13,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "14."
                  ],
                  "EndRow": 15,
                  "StartRow": 14,
                  "Height": 55,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-01-F1"
                  ],
                  "EndRow": 15,
                  "StartRow": 14,
                  "Height": 55,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "应聘职位登记表"
                  ],
                  "EndRow": 15,
                  "StartRow": 14,
                  "Height": 55,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部",
                    "各部门"
                  ],
                  "EndRow": 15,
                  "StartRow": 14,
                  "Height": 54,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工高职后1年"
                  ],
                  "EndRow": 15,
                  "StartRow": 14,
                  "Height": 54,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 15,
                  "StartRow": 14,
                  "Height": 54,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "15."
                  ],
                  "EndRow": 16,
                  "StartRow": 15,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-01-F2"
                  ],
                  "EndRow": 16,
                  "StartRow": 15,
                  "Height": 32,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "转正审批表"
                  ],
                  "EndRow": 16,
                  "StartRow": 15,
                  "Height": 32,
                  "Width": 248,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部"
                  ],
                  "EndRow": 16,
                  "StartRow": 15,
                  "Height": 32,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工商职后1年"
                  ],
                  "EndRow": 16,
                  "StartRow": 15,
                  "Height": 32,
                  "Width": 129,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 16,
                  "StartRow": 15,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "16."
                  ],
                  "EndRow": 17,
                  "StartRow": 16,
                  "Height": 42,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-01-F3"
                  ],
                  "EndRow": 17,
                  "StartRow": 16,
                  "Height": 42,
                  "Width": 187,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "面谈表"
                  ],
                  "EndRow": 17,
                  "StartRow": 16,
                  "Height": 42,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力货源部",
                    "各部门"
                  ],
                  "EndRow": 17,
                  "StartRow": 16,
                  "Height": 42,
                  "Width": 116,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工高职后1年"
                  ],
                  "EndRow": 17,
                  "StartRow": 16,
                  "Height": 42,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 17,
                  "StartRow": 16,
                  "Height": 42,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "17."
                  ],
                  "EndRow": 18,
                  "StartRow": 17,
                  "Height": 44,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKNY6.2-Z01-01-F4"
                  ],
                  "EndRow": 18,
                  "StartRow": 17,
                  "Height": 44,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "人员编制中请表"
                  ],
                  "EndRow": 18,
                  "StartRow": 17,
                  "Height": 44,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "经家"
                  ],
                  "EndRow": 18,
                  "StartRow": 17,
                  "Height": 44,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 18,
                  "StartRow": 17,
                  "Height": 44,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 18,
                  "StartRow": 17,
                  "Height": 44,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "18."
                  ],
                  "EndRow": 19,
                  "StartRow": 18,
                  "Height": 31,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-01-F5"
                  ],
                  "EndRow": 19,
                  "StartRow": 18,
                  "Height": 31,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "交接手续完善表"
                  ],
                  "EndRow": 19,
                  "StartRow": 18,
                  "Height": 31,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 19,
                  "StartRow": 18,
                  "Height": 30,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 19,
                  "StartRow": 18,
                  "Height": 30,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 19,
                  "StartRow": 18,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "19."
                  ],
                  "EndRow": 20,
                  "StartRow": 19,
                  "Height": 31,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-02-F1"
                  ],
                  "EndRow": 20,
                  "StartRow": 19,
                  "Height": 31,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "新员工试用情况反馈表"
                  ],
                  "EndRow": 20,
                  "StartRow": 19,
                  "Height": 33,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部"
                  ],
                  "EndRow": 20,
                  "StartRow": 19,
                  "Height": 33,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工商开后1年"
                  ],
                  "EndRow": 20,
                  "StartRow": 19,
                  "Height": 33,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 20,
                  "StartRow": 19,
                  "Height": 33,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "20."
                  ],
                  "EndRow": 21,
                  "StartRow": 20,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-02-F2"
                  ],
                  "EndRow": 21,
                  "StartRow": 20,
                  "Height": 32,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "培训(会议)记录表"
                  ],
                  "EndRow": 21,
                  "StartRow": 20,
                  "Height": 32,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 21,
                  "StartRow": 20,
                  "Height": 31,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少1年"
                  ],
                  "EndRow": 21,
                  "StartRow": 20,
                  "Height": 31,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 21,
                  "StartRow": 20,
                  "Height": 31,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "21."
                  ],
                  "EndRow": 22,
                  "StartRow": 21,
                  "Height": 41,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-02-F3"
                  ],
                  "EndRow": 22,
                  "StartRow": 21,
                  "Height": 41,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "培训计划"
                  ],
                  "EndRow": 22,
                  "StartRow": 21,
                  "Height": 42,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "天票经理"
                  ],
                  "EndRow": 22,
                  "StartRow": 21,
                  "Height": 42,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少1年"
                  ],
                  "EndRow": 22,
                  "StartRow": 21,
                  "Height": 42,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 22,
                  "StartRow": 21,
                  "Height": 42,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "22."
                  ],
                  "EndRow": 23,
                  "StartRow": 22,
                  "Height": 33,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-02-F4"
                  ],
                  "EndRow": 23,
                  "StartRow": 22,
                  "Height": 33,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "实习报告"
                  ],
                  "EndRow": 23,
                  "StartRow": 22,
                  "Height": 33,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部"
                  ],
                  "EndRow": 23,
                  "StartRow": 22,
                  "Height": 32,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工鹅开启1年"
                  ],
                  "EndRow": 23,
                  "StartRow": 22,
                  "Height": 32,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 23,
                  "StartRow": 22,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "23."
                  ],
                  "EndRow": 24,
                  "StartRow": 23,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-03-F1"
                  ],
                  "EndRow": 24,
                  "StartRow": 23,
                  "Height": 32,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "职员月考核评分汇总表"
                  ],
                  "EndRow": 24,
                  "StartRow": 23,
                  "Height": 32,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 24,
                  "StartRow": 23,
                  "Height": 32,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少年"
                  ],
                  "EndRow": 24,
                  "StartRow": 23,
                  "Height": 32,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 24,
                  "StartRow": 23,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "24."
                  ],
                  "EndRow": 25,
                  "StartRow": 24,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKVY6.2-Z01-03-F2"
                  ],
                  "EndRow": 25,
                  "StartRow": 24,
                  "Height": 32,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "职员(工)李度考核评分表"
                  ],
                  "EndRow": 25,
                  "StartRow": 24,
                  "Height": 31,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部"
                  ],
                  "EndRow": 25,
                  "StartRow": 24,
                  "Height": 31,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工商职后1年"
                  ],
                  "EndRow": 25,
                  "StartRow": 24,
                  "Height": 30,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 25,
                  "StartRow": 24,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "25."
                  ],
                  "EndRow": 26,
                  "StartRow": 25,
                  "Height": 29,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-03-F3"
                  ],
                  "EndRow": 26,
                  "StartRow": 25,
                  "Height": 30,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "奖热通知书"
                  ],
                  "EndRow": 26,
                  "StartRow": 25,
                  "Height": 31,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各业务部门"
                  ],
                  "EndRow": 26,
                  "StartRow": 25,
                  "Height": 32,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工高职后1年"
                  ],
                  "EndRow": 26,
                  "StartRow": 25,
                  "Height": 32,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 26,
                  "StartRow": 25,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "26."
                  ],
                  "EndRow": 27,
                  "StartRow": 26,
                  "Height": 45,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-03-F4"
                  ],
                  "EndRow": 27,
                  "StartRow": 26,
                  "Height": 45,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "高职手续表"
                  ],
                  "EndRow": 27,
                  "StartRow": 26,
                  "Height": 45,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各业务部门",
                    "人力资源部"
                  ],
                  "EndRow": 27,
                  "StartRow": 26,
                  "Height": 44,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工高职后1年"
                  ],
                  "EndRow": 27,
                  "StartRow": 26,
                  "Height": 44,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 27,
                  "StartRow": 26,
                  "Height": 44,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "27."
                  ],
                  "EndRow": 28,
                  "StartRow": 27,
                  "Height": 30,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-03-F5"
                  ],
                  "EndRow": 28,
                  "StartRow": 27,
                  "Height": 30,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "维修夹职页部门考核评分表"
                  ],
                  "EndRow": 28,
                  "StartRow": 27,
                  "Height": 30,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部"
                  ],
                  "EndRow": 28,
                  "StartRow": 27,
                  "Height": 30,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工高职后1年"
                  ],
                  "EndRow": 28,
                  "StartRow": 27,
                  "Height": 30,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 28,
                  "StartRow": 27,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "28."
                  ],
                  "EndRow": 29,
                  "StartRow": 28,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.2-Z01-03-F6"
                  ],
                  "EndRow": 29,
                  "StartRow": 28,
                  "Height": 32,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "职页中级考核部门评分表"
                  ],
                  "EndRow": 29,
                  "StartRow": 28,
                  "Height": 32,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "人力资源部"
                  ],
                  "EndRow": 29,
                  "StartRow": 28,
                  "Height": 32,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "员工高职后1年"
                  ],
                  "EndRow": 29,
                  "StartRow": 28,
                  "Height": 32,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 29,
                  "StartRow": 28,
                  "Height": 32,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "29."
                  ],
                  "EndRow": 30,
                  "StartRow": 29,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.3-Z01-F1"
                  ],
                  "EndRow": 30,
                  "StartRow": 29,
                  "Height": 32,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "贵产情况审核单"
                  ],
                  "EndRow": 30,
                  "StartRow": 29,
                  "Height": 32,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 30,
                  "StartRow": 29,
                  "Height": 31,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久保存"
                  ],
                  "EndRow": 30,
                  "StartRow": 29,
                  "Height": 31,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 30,
                  "StartRow": 29,
                  "Height": 31,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "30."
                  ],
                  "EndRow": 31,
                  "StartRow": 30,
                  "Height": 31,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.3-Z01-01-F1"
                  ],
                  "EndRow": 31,
                  "StartRow": 30,
                  "Height": 31,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "印鉴,证照登记表"
                  ],
                  "EndRow": 31,
                  "StartRow": 30,
                  "Height": 33,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 31,
                  "StartRow": 30,
                  "Height": 33,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久保存"
                  ],
                  "EndRow": 31,
                  "StartRow": 30,
                  "Height": 33,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 31,
                  "StartRow": 30,
                  "Height": 33,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "31."
                  ],
                  "EndRow": 32,
                  "StartRow": 31,
                  "Height": 31,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.3-Z01-01-F2"
                  ],
                  "EndRow": 32,
                  "StartRow": 31,
                  "Height": 31,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "印鉴使用申请表"
                  ],
                  "EndRow": 32,
                  "StartRow": 31,
                  "Height": 31,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 32,
                  "StartRow": 31,
                  "Height": 29,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少1年"
                  ],
                  "EndRow": 32,
                  "StartRow": 31,
                  "Height": 29,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 32,
                  "StartRow": 31,
                  "Height": 29,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "32."
                  ],
                  "EndRow": 33,
                  "StartRow": 32,
                  "Height": 32,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.3-Z01-01-F3"
                  ],
                  "EndRow": 33,
                  "StartRow": 32,
                  "Height": 32,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "印鉴、证照领(倍)用中请表"
                  ],
                  "EndRow": 33,
                  "StartRow": 32,
                  "Height": 33,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 33,
                  "StartRow": 32,
                  "Height": 33,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "至少1年"
                  ],
                  "EndRow": 33,
                  "StartRow": 32,
                  "Height": 33,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/0"
                  ],
                  "EndRow": 33,
                  "StartRow": 32,
                  "Height": 33,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            },
            {
              "TableColumns": [
                {
                  "Texts": [
                    "33."
                  ],
                  "EndRow": 34,
                  "StartRow": 33,
                  "Height": 30,
                  "Width": 43,
                  "StartColumn": 1,
                  "EndColumn": 2
                },
                {
                  "Texts": [
                    "VKWY6.3-Z01-01-F4"
                  ],
                  "EndRow": 34,
                  "StartRow": 33,
                  "Height": 30,
                  "Width": 186,
                  "StartColumn": 2,
                  "EndColumn": 3
                },
                {
                  "Texts": [
                    "印鉴、证照制发申请表"
                  ],
                  "EndRow": 34,
                  "StartRow": 33,
                  "Height": 30,
                  "Width": 249,
                  "StartColumn": 3,
                  "EndColumn": 4
                },
                {
                  "Texts": [
                    "各部门"
                  ],
                  "EndRow": 34,
                  "StartRow": 33,
                  "Height": 30,
                  "Width": 115,
                  "StartColumn": 4,
                  "EndColumn": 5
                },
                {
                  "Texts": [
                    "永久保存"
                  ],
                  "EndRow": 34,
                  "StartRow": 33,
                  "Height": 30,
                  "Width": 130,
                  "StartColumn": 5,
                  "EndColumn": 6
                },
                {
                  "Texts": [
                    "C/O"
                  ],
                  "EndRow": 34,
                  "StartRow": 33,
                  "Height": 30,
                  "Width": 53,
                  "StartColumn": 6,
                  "EndColumn": 7
                }
              ]
            }
          ]
        }
      ]
    },
    "ret_code": 0,
    "remark": "请求成功",
    "RequestId": "4B165465-D3EA-4F9A-9EE5-A8792C928B1F"
  }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-2582": {
      "url": "http://www.showapi.com.cn/mcp/2582/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。