{
  "openapi": "3.0.3",
  "info": {
    "title": "腾讯云-文字识别",
    "description": "基于腾讯领先的深度学习技术，将图片上的文字内容智能识别成为可编辑的文本。既支持身份证、发票等卡证类和票据类的印刷体识别，也支持数学算式等手写体识别，可以有效地代替人工录入信息、提升数据处理效率。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/2554-54": {
      "x-pointCode": 54,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "增值税发票核验",
        "description": "本接口支持增值税发票的准确性核验，您可以通过输入增值税发票的关键字段提供所需的验证信息，接口返回真实的票面相关信息，包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验，包括增值税专用发票、增值税普通发票（含电子普通发票、卷式发票、通行费发票）、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Invoice": {
                                  "type": "object",
                                  "properties": {
                                    "Code": {
                                      "type": "string",
                                      "description": "发票代码"
                                    },
                                    "Number": {
                                      "type": "string",
                                      "description": "发票号码"
                                    },
                                    "Date": {
                                      "type": "string",
                                      "description": "开票日期"
                                    },
                                    "BuyerName": {
                                      "type": "string",
                                      "description": "购方抬头"
                                    },
                                    "BuyerTaxCode": {
                                      "type": "string",
                                      "description": "购方税号"
                                    },
                                    "BuyerAddressPhone": {
                                      "type": "string",
                                      "description": "购方地址电话"
                                    },
                                    "BuyerBankAccount": {
                                      "type": "string",
                                      "description": "购方银行账号"
                                    },
                                    "SellerName": {
                                      "type": "string",
                                      "description": "销方名称"
                                    },
                                    "SellerTaxCode": {
                                      "type": "string",
                                      "description": "销方税号"
                                    },
                                    "SellerAddressPhone": {
                                      "type": "string",
                                      "description": "销方地址电话"
                                    },
                                    "SellerBankAccount": {
                                      "type": "string",
                                      "description": "销方银行账号"
                                    },
                                    "Remark": {
                                      "type": "string",
                                      "description": "备注"
                                    },
                                    "MachineNo": {
                                      "type": "string",
                                      "description": "机器编码"
                                    },
                                    "Type": {
                                      "type": "string",
                                      "description": "发票类型\n01：专用发票\n02：货运发票\n03：机动车发票\n04：普通发票\n10：电子发票\n11：卷式发票\n14：通行费发票\n15：二手车发票"
                                    },
                                    "CheckCode": {
                                      "type": "string",
                                      "description": "检验码"
                                    },
                                    "IsAbandoned": {
                                      "type": "string",
                                      "description": "是否作废（红冲）是否作废（红冲）\nY: 已作废 N：未作废 H：红冲"
                                    },
                                    "HasSellerList": {
                                      "type": "string",
                                      "description": "是否有销货清单\nY: 有清单 N：无清单\n卷票无"
                                    },
                                    "SellerListTitle": {
                                      "type": "string",
                                      "description": "销货清单标题"
                                    },
                                    "SellerListTax": {
                                      "type": "string",
                                      "description": "销货清单税额"
                                    },
                                    "AmountWithoutTax": {
                                      "type": "string",
                                      "description": "不含税金额"
                                    },
                                    "TaxAmount": {
                                      "type": "string",
                                      "description": "税额"
                                    },
                                    "AmountWithTax": {
                                      "type": "string",
                                      "description": "含税金额"
                                    },
                                    "Items": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "LineNo": {
                                            "type": "string",
                                            "description": "行号"
                                          },
                                          "Name": {
                                            "type": "string",
                                            "description": "名称"
                                          },
                                          "Spec": {
                                            "type": "string",
                                            "description": "规格"
                                          },
                                          "Unit": {
                                            "type": "string",
                                            "description": "单位"
                                          },
                                          "Quantity": {
                                            "type": "string",
                                            "description": "数量"
                                          },
                                          "UnitPrice": {
                                            "type": "string",
                                            "description": "单价"
                                          },
                                          "AmountWithoutTax": {
                                            "type": "string",
                                            "description": "不含税金额"
                                          },
                                          "TaxRate": {
                                            "type": "string",
                                            "description": "税率"
                                          },
                                          "TaxAmount": {
                                            "type": "string",
                                            "description": "税额"
                                          }
                                        }
                                      },
                                      "description": "项目明细"
                                    }
                                  },
                                  "description": "增值税发票信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "ret_code": {
                              "type": "string"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_54_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "InvoiceCode": {
                    "type": "string",
                    "description": "发票代码， 一张发票一天只能查询5次。"
                  },
                  "InvoiceNo": {
                    "type": "string",
                    "description": "发票号码（8位）。"
                  },
                  "InvoiceDate": {
                    "type": "string",
                    "description": "开票日期（不支持当天发票查询，支持五年以内开具的发票），格式：“YYYY-MM-DD”"
                  },
                  "InvoiceKind": {
                    "type": "string",
                    "description": "票种类型 01:增值税专用发票， 02:货运运输业增值税专用发 票， 03:机动车销售统一发票， 04:增值税普通发票， 08:增值税电子专用发票(含全电)， 10:增值税电子普通发票(含全电)， 11:增值税普通发票(卷式)， 14:增值税电子(通行费)发 票， 15:二手车销售统一发票， 32:深圳区块链发票(云南区块链因业务调整现已下线)。"
                  },
                  "CheckCode": {
                    "type": "string",
                    "description": "校验码后 6 位，增值税普通发票、增值税电子普通发票、增值税普通发票(卷式)、增值税电子普通发票(通行费)时必填;\n区块链为 5 位"
                  },
                  "Amount": {
                    "type": "string",
                    "description": "不含税金额，增值税专用发票、增值税电子专用发票、机动车销售统一发票、二手车销售统一发票、区块链发票时必填; 全电发票为价税合计(含税金额)"
                  },
                  "RegionCode": {
                    "type": "string",
                    "description": "地区编码，通用机打电子发票时必填。\n广东:4400，浙江:3300"
                  },
                  "SellerTaxCode": {
                    "type": "string",
                    "description": "销方税号，通用机打电子发票必填"
                  },
                  "EnableCommonElectronic": {
                    "type": "boolean",
                    "description": "是否开启通用机打电子发票，默认为关闭。"
                  }
                },
                "required": [
                  "ds_id",
                  "InvoiceNo",
                  "InvoiceDate"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-50": {
      "x-pointCode": 50,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "二维码和条形码识别",
        "description": "本接口支持条形码和二维码的识别（包括 DataMatrix 和 PDF417）。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "CodeResults": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "TypeName": {
                                        "type": "string",
                                        "description": "类型（二维码、条形码）"
                                      },
                                      "Url": {
                                        "type": "string",
                                        "description": "二维码/条形码包含的地址"
                                      },
                                      "Position": {
                                        "type": "object",
                                        "properties": {
                                          "LeftTop": {
                                            "type": "object",
                                            "properties": {
                                              "X": {
                                                "type": "number"
                                              },
                                              "Y": {
                                                "type": "number"
                                              }
                                            },
                                            "description": "左上顶点坐标（如果是条形码，X和Y都为-1）"
                                          },
                                          "RightTop": {
                                            "type": "object",
                                            "properties": {
                                              "X": {
                                                "type": "number"
                                              },
                                              "Y": {
                                                "type": "number"
                                              }
                                            },
                                            "description": "右上顶点坐标（如果是条形码，X和Y都为-1）"
                                          },
                                          "RightBottom": {
                                            "type": "object",
                                            "properties": {
                                              "X": {
                                                "type": "number"
                                              },
                                              "Y": {
                                                "type": "number"
                                              }
                                            },
                                            "description": "右下顶点坐标（如果是条形码，X和Y都为-1）"
                                          },
                                          "LeftBottom": {
                                            "type": "object",
                                            "properties": {
                                              "X": {
                                                "type": "number"
                                              },
                                              "Y": {
                                                "type": "number"
                                              }
                                            },
                                            "description": "左下顶点坐标（如果是条形码，X和Y都为-1）"
                                          }
                                        },
                                        "description": "二维码/条形码坐标（二维码会返回位置坐标，条形码暂不返回位置坐标，因此默认X和Y返回值均为-1）"
                                      }
                                    }
                                  },
                                  "description": "二维码/条形码识别结果信息"
                                },
                                "ImgSize": {
                                  "type": "object",
                                  "properties": {
                                    "Wide": {
                                      "type": "number"
                                    },
                                    "High": {
                                      "type": "number"
                                    }
                                  },
                                  "description": "图片大小，具体内容请点击左侧链接。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "ret_code": {
                              "type": "string"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_50_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。\n3. 输出参数"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-48": {
      "x-pointCode": 48,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "印章识别",
        "description": "印章识别已支持各类印章，包括发票章，财务章等，适用于公文，票据等场景。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "SealBody": {
                                  "type": "string",
                                  "description": "印章内容"
                                },
                                "Rect": {
                                  "type": "object",
                                  "properties": {
                                    "X": {
                                      "type": "number"
                                    },
                                    "Y": {
                                      "type": "number"
                                    },
                                    "Width": {
                                      "type": "number"
                                    },
                                    "Height": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "OtherTexts": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  },
                                  "description": "其它文本内容"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "ret_code": {
                              "type": "string"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_48_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。\n3. 输出参数"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-47": {
      "x-pointCode": 47,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "保险单据识别",
        "description": "本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "InsuranceBillInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "description": "保险单据识别结果"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "ret_code": {
                              "type": "string"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_47_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。\n3. 输出参数"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-46": {
      "x-pointCode": 46,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "网约车运输证识别",
        "description": "本接口支持网约车运输证关键字段的识别，包括交运管许可字号、车辆所有人、车辆号牌、起始日期、截止日期、发证日期。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "OperationLicenseNumber": {
                                  "type": "string",
                                  "description": "交运管许可字号。"
                                },
                                "VehicleOwner": {
                                  "type": "string",
                                  "description": "车辆所有人，对应网约车运输证字段：车辆所有人/车主名称/业户名称。"
                                },
                                "VehicleNumber": {
                                  "type": "string",
                                  "description": "车牌号码，对应网约车运输证字段：车牌号码/车辆号牌。"
                                },
                                "StartDate": {
                                  "type": "string",
                                  "description": "有效起始日期。"
                                },
                                "EndDate": {
                                  "type": "string",
                                  "description": "有效期截止时间，对应网约车运输证字段：有效期至/营运期限止。"
                                },
                                "ReleaseDate": {
                                  "type": "string",
                                  "description": "初始发证日期，对应网约车运输证字段：初始领证日期/发证日期。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_46_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-45": {
      "x-pointCode": 45,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "网约车驾驶证识别",
        "description": "本接口支持网约车驾驶证关键字段的识别，包括姓名、证号、起始日期、截止日期、发证日期。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string",
                                  "description": "姓名"
                                },
                                "LicenseNumber": {
                                  "type": "string",
                                  "description": "证号，对应网约车驾驶证字段：证号/从业资格证号/驾驶员证号/身份证号"
                                },
                                "StartDate": {
                                  "type": "string",
                                  "description": "有效起始日期"
                                },
                                "EndDate": {
                                  "type": "string",
                                  "description": "有效期截止时间，对应网约车驾驶证字段：有效期至/营运期限止"
                                },
                                "ReleaseDate": {
                                  "type": "string",
                                  "description": "初始发证日期，对应网约车驾驶证字段：初始领证日期/发证日期"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_45_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-44": {
      "x-pointCode": 44,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "机动车登记证书识别",
        "description": "本接口支持国内机动车登记证书主要字段的结构化识别，包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "VehicleRegCertInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "description": "机动车登记证书识别结果"
                                },
                                "RequestId": {
                                  "type": "string"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_44_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-43": {
      "x-pointCode": 43,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "OFD发票识别",
        "description": "本接口支持OFD格式的增值税电子普通发票和增值税电子专用发票的识别，返回发票代码、发票号码、开票日期、验证码、机器编号、密码区，购买方和销售方信息，包括名称、纳税人识别号、地址电话、开户行及账号，以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Note": {
                                  "type": "string",
                                  "description": "备注"
                                },
                                "GoodsInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "TaxAmount": {
                                        "type": "string",
                                        "description": "税额"
                                      },
                                      "Specification": {
                                        "type": "string",
                                        "description": "规格型号"
                                      },
                                      "MeasurementDimension": {
                                        "type": "string",
                                        "description": "单位"
                                      },
                                      "Item": {
                                        "type": "string",
                                        "description": "项目名称"
                                      },
                                      "Amount": {
                                        "type": "string",
                                        "description": "金额"
                                      },
                                      "TaxScheme": {
                                        "type": "string",
                                        "description": "税率(如6%、免税)"
                                      },
                                      "Price": {
                                        "type": "string",
                                        "description": "价格"
                                      },
                                      "Quantity": {
                                        "type": "string",
                                        "description": "数量"
                                      }
                                    }
                                  },
                                  "description": "货物或服务清单"
                                },
                                "InvoiceClerk": {
                                  "type": "string",
                                  "description": "开票人"
                                },
                                "InvoiceCode": {
                                  "type": "string",
                                  "description": "发票代码"
                                },
                                "Type": {
                                  "type": "string",
                                  "description": "发票类型\n026:增值税电子普通发票\n028:增值税电子专用发票"
                                },
                                "TaxExclusiveTotalAmount": {
                                  "type": "string",
                                  "description": "不含税金额"
                                },
                                "TaxTotalAmount": {
                                  "type": "string",
                                  "description": "税额"
                                },
                                "Seller": {
                                  "type": "object",
                                  "properties": {
                                    "AddrTel": {
                                      "type": "string",
                                      "description": "地 址、电 话"
                                    },
                                    "Name": {
                                      "type": "string",
                                      "description": "名称"
                                    },
                                    "FinancialAccount": {
                                      "type": "string",
                                      "description": "开户行及账号"
                                    },
                                    "TaxId": {
                                      "type": "string",
                                      "description": "纳税人识别号"
                                    }
                                  },
                                  "description": "销售方"
                                },
                                "TaxInclusiveTotalAmount": {
                                  "type": "string",
                                  "description": "价税合计"
                                },
                                "Payee": {
                                  "type": "string",
                                  "description": "收款人"
                                },
                                "Checker": {
                                  "type": "string",
                                  "description": "复核人"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TaxControlCode": {
                                  "type": "string",
                                  "description": "密码区"
                                },
                                "Buyer": {
                                  "type": "object",
                                  "properties": {
                                    "AddrTel": {
                                      "type": "string",
                                      "description": "地 址、电 话"
                                    },
                                    "Name": {
                                      "type": "string",
                                      "description": "名称"
                                    },
                                    "FinancialAccount": {
                                      "type": "string",
                                      "description": "开户行及账号"
                                    },
                                    "TaxId": {
                                      "type": "string",
                                      "description": "纳税人识别号"
                                    }
                                  },
                                  "description": "购买方"
                                },
                                "IssueDate": {
                                  "type": "string",
                                  "description": "开票日期"
                                },
                                "InvoiceNumber": {
                                  "type": "string",
                                  "description": "发票号码"
                                },
                                "InvoiceCheckCode": {
                                  "type": "string",
                                  "description": "验证码"
                                },
                                "MachineNumber": {
                                  "type": "string",
                                  "description": "机器编号"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_43_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "OfdFileBase64": {
                    "type": "string",
                    "description": "OFD文件的 Base64 值。\nOfdFileUrl 和 OfdFileBase64 必传其一，若两者都传，只解析OfdFileBase64。"
                  },
                  "OfdFileUrl": {
                    "type": "string",
                    "description": "OFD文件的 Url 地址。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-42": {
      "x-pointCode": 42,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "汽车票识别",
        "description": "本接口支持识别公路汽车客票的发票代码、发票号码、日期、姓名、票价等字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "BusInvoiceInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      },
                                      "Rect": {
                                        "type": "object",
                                        "properties": {
                                          "X": {
                                            "type": "number"
                                          },
                                          "Y": {
                                            "type": "number"
                                          },
                                          "Width": {
                                            "type": "number"
                                          },
                                          "Height": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "汽车票识别结果"
                                },
                                "Angle": {
                                  "type": "number"
                                },
                                "RequestId": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_42_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-41": {
      "x-pointCode": 41,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "通用机打发票识别",
        "description": "本接口支持对通用机打发票的发票代码、发票号码、日期、购买方识别号、销售方识别号、校验码、小写金额等关键字段的识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "InvoiceGeneralInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      },
                                      "Rect": {
                                        "type": "object",
                                        "properties": {
                                          "X": {
                                            "type": "number"
                                          },
                                          "Y": {
                                            "type": "number"
                                          },
                                          "Width": {
                                            "type": "number"
                                          },
                                          "Height": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "通用机打发票识别结果"
                                },
                                "Angle": {
                                  "type": "number"
                                },
                                "RequestId": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_41_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-40": {
      "x-pointCode": 40,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "轮船票识别",
        "description": "本接口支持识别轮船票的发票代码、发票号码、日期、姓名、票价、始发地、目的地、姓名、时间、发票消费类型、省、市、币种字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "ShipInvoiceInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      },
                                      "Rect": {
                                        "type": "object",
                                        "properties": {
                                          "X": {
                                            "type": "number"
                                          },
                                          "Y": {
                                            "type": "number"
                                          },
                                          "Width": {
                                            "type": "number"
                                          },
                                          "Height": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "Angle": {
                                  "type": "number"
                                },
                                "RequestId": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_40_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-39": {
      "x-pointCode": 39,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "过路过桥费发票识别",
        "description": "本接口支持对过路过桥费发票的发票代码、发票号码、日期、小写金额等关键字段的识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TollInvoiceInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      },
                                      "Rect": {
                                        "type": "object",
                                        "properties": {
                                          "X": {
                                            "type": "number"
                                          },
                                          "Y": {
                                            "type": "number"
                                          },
                                          "Width": {
                                            "type": "number"
                                          },
                                          "Height": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "Angle": {
                                  "type": "number"
                                },
                                "RequestId": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_39_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-38": {
      "x-pointCode": 38,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "增值税发票（卷票）识别",
        "description": "本接口支持对增值税发票（卷票）的发票代码、发票号码、日期、校验码、合计金额（小写）等关键字段的识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "VatRollInvoiceInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      },
                                      "Rect": {
                                        "type": "object",
                                        "properties": {
                                          "X": {
                                            "type": "number",
                                            "description": "左上角x"
                                          },
                                          "Y": {
                                            "type": "number",
                                            "description": "左上角y"
                                          },
                                          "Width": {
                                            "type": "number",
                                            "description": "宽度"
                                          },
                                          "Height": {
                                            "type": "number",
                                            "description": "高度"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "增值税发票（卷票）识别结果"
                                },
                                "Angle": {
                                  "type": "number",
                                  "description": "图片旋转角度（角度制），文本的水平方向为0°，顺时针为正，逆时针为负。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_38_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-37": {
      "x-pointCode": 37,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "港澳台居住证识别",
        "description": "港澳台居住证OCR支持港澳台居住证正反面全字段内容检测识别功能，包括姓名、性别、出生日期、地址、身份证ID、签发机关、有效期限、签发次数、通行证号码关键字段识别。可以应用于港澳台居住证信息有效性校验场景，例如银行开户、用户注册等场景。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string",
                                  "description": "证件姓名"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别"
                                },
                                "Birth": {
                                  "type": "string",
                                  "description": "出生日期"
                                },
                                "Address": {
                                  "type": "string",
                                  "description": "地址"
                                },
                                "IdCardNo": {
                                  "type": "string",
                                  "description": "身份证号"
                                },
                                "CardType": {
                                  "type": "number",
                                  "description": "0-正面\n1-反面"
                                },
                                "ValidDate": {
                                  "type": "string",
                                  "description": "证件有效期限"
                                },
                                "Authority": {
                                  "type": "string",
                                  "description": "签发机关"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_37_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  },
                  "CardSide": {
                    "type": "string",
                    "description": "FRONT：有照片的一面（人像面），\nBACK：无照片的一面（国徽面），\n该参数如果不填或填错，将为您自动判断正反面。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-36": {
      "x-pointCode": 36,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "港澳台来往内地通行证识别",
        "description": "智能识别并结构化港澳台居民来往内地通行证正面全部字段，包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string",
                                  "description": "中文姓名"
                                },
                                "EnglishName": {
                                  "type": "string",
                                  "description": "英文姓名"
                                },
                                "Number": {
                                  "type": "string",
                                  "description": "证件号"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别"
                                },
                                "ValidDate": {
                                  "type": "string",
                                  "description": "有效期限"
                                },
                                "IssueAuthority": {
                                  "type": "string",
                                  "description": "签发机关"
                                },
                                "IssueAddress": {
                                  "type": "string",
                                  "description": "签发地点"
                                },
                                "Birthday": {
                                  "type": "string",
                                  "description": "出生日期"
                                },
                                "IssueNumber": {
                                  "type": "string",
                                  "description": "签发次数"
                                },
                                "Type": {
                                  "type": "string",
                                  "description": "证件类别， 如：台湾居民来往大陆通行证、港澳居民来往内地通行证。"
                                },
                                "Profile": {
                                  "type": "string"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_36_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-34": {
      "x-pointCode": 34,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "户口本识别",
        "description": "本接口支持居民户口簿户主页及成员页关键字段的识别，包括姓名、户别、地址、籍贯、身份证号码等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "HouseholdNumber": {
                                  "type": "string",
                                  "description": "户号"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "姓名"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别"
                                },
                                "BirthPlace": {
                                  "type": "string",
                                  "description": "出生地"
                                },
                                "Nation": {
                                  "type": "string",
                                  "description": "民族"
                                },
                                "NativePlace": {
                                  "type": "string",
                                  "description": "籍贯"
                                },
                                "BirthDate": {
                                  "type": "string",
                                  "description": "出生日期"
                                },
                                "IdCardNumber": {
                                  "type": "string",
                                  "description": "公民身份证件编号"
                                },
                                "EducationDegree": {
                                  "type": "string",
                                  "description": "文化程度"
                                },
                                "ServicePlace": {
                                  "type": "string",
                                  "description": "服务处所"
                                },
                                "Household": {
                                  "type": "string",
                                  "description": "户别"
                                },
                                "Address": {
                                  "type": "string",
                                  "description": "住址"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_34_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-33": {
      "x-pointCode": 33,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "企业证照识别",
        "description": "本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书，结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围等关键字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "EnterpriseLicenseInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Name": {
                                        "type": "string"
                                      },
                                      "Value": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "Angle": {
                                  "type": "number"
                                },
                                "RequestId": {
                                  "type": "string"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_33_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-32": {
      "x-pointCode": 32,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "不动产权证识别",
        "description": "本接口支持不动产权证关键字段的识别，包括使用期限、面积、用途、权利性质、权利类型、坐落、共有情况、权利人、权利其他状况等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Obligee": {
                                  "type": "string",
                                  "description": "权利人"
                                },
                                "Ownership": {
                                  "type": "string",
                                  "description": "共有情况"
                                },
                                "Location": {
                                  "type": "string",
                                  "description": "坐落"
                                },
                                "Unit": {
                                  "type": "string",
                                  "description": "不动产单元号"
                                },
                                "Type": {
                                  "type": "string",
                                  "description": "权利类型"
                                },
                                "Property": {
                                  "type": "string",
                                  "description": "权利性质"
                                },
                                "Usage": {
                                  "type": "string",
                                  "description": "用途"
                                },
                                "Area": {
                                  "type": "string",
                                  "description": "面积"
                                },
                                "Term": {
                                  "type": "string",
                                  "description": "使用期限"
                                },
                                "Angle": {
                                  "type": "number",
                                  "description": "图片旋转角度"
                                },
                                "Other": {
                                  "type": "string",
                                  "description": "权利其他状况，多行会用换行符\\n连接。"
                                },
                                "Number": {
                                  "type": "string",
                                  "description": "不动产权号"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_32_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-31": {
      "x-pointCode": 31,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "事业单位法人证书识别",
        "description": "本接口支持事业单位法人证书关键字段识别，包括注册号、有效期、住所、名称、法定代表人等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RegId": {
                                  "type": "string",
                                  "description": "注册号"
                                },
                                "ValidDate": {
                                  "type": "string",
                                  "description": "有效期"
                                },
                                "Location": {
                                  "type": "string",
                                  "description": "住所"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "名称"
                                },
                                "LegalPerson": {
                                  "type": "string",
                                  "description": "法定代表人"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_31_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-30": {
      "x-pointCode": 30,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "组织机构代码证识别",
        "description": "本接口支持组织机构代码证关键字段的识别，包括代码、有效期、地址、机构名称等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "OrgCode": {
                                  "type": "string",
                                  "description": "代码"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "机构名称"
                                },
                                "Address": {
                                  "type": "string",
                                  "description": "地址"
                                },
                                "ValidDate": {
                                  "type": "string",
                                  "description": "有效期"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_30_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-29": {
      "x-pointCode": 29,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "护照识别（中国大陆地区护照)",
        "description": "本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码（MRZ码）等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Country": {
                                  "type": "string",
                                  "description": "国家码"
                                },
                                "PassportNo": {
                                  "type": "string",
                                  "description": "护照号"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别"
                                },
                                "Nationality": {
                                  "type": "string",
                                  "description": "国籍"
                                },
                                "BirthDate": {
                                  "type": "string",
                                  "description": "出生日期"
                                },
                                "BirthPlace": {
                                  "type": "string",
                                  "description": "出生地点"
                                },
                                "IssueDate": {
                                  "type": "string",
                                  "description": "签发日期"
                                },
                                "IssuePlace": {
                                  "type": "string",
                                  "description": "签发地点"
                                },
                                "ExpiryDate": {
                                  "type": "string",
                                  "description": "有效期"
                                },
                                "Signature": {
                                  "type": "string",
                                  "description": "持证人签名"
                                },
                                "CodeSet": {
                                  "type": "string",
                                  "description": "最下方第一行 MRZ Code 序列"
                                },
                                "CodeCrc": {
                                  "type": "string",
                                  "description": "最下方第二行 MRZ Code 序列"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "姓名"
                                },
                                "FamilyName": {
                                  "type": "string",
                                  "description": "姓"
                                },
                                "FirstName": {
                                  "type": "string",
                                  "description": "名"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_29_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-28": {
      "x-pointCode": 28,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "护照识别（港澳台地区及境外护照）",
        "description": "本接口支持中国港澳台地区以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍，具备护照人像照片的裁剪功能和翻拍、复印件告警功能。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "ID": {
                                  "type": "string",
                                  "description": "护照ID"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "姓名"
                                },
                                "IssuingCountry": {
                                  "type": "string",
                                  "description": "发行国"
                                },
                                "Nationality": {
                                  "type": "string",
                                  "description": "国籍"
                                },
                                "DateOfBirth": {
                                  "type": "string",
                                  "description": "出生日期"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别（F女，M男）"
                                },
                                "DateOfExpiration": {
                                  "type": "string",
                                  "description": "有效期"
                                },
                                "Warn": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  },
                                  "description": "告警码\n-9103 证照翻拍告警\n-9102 证照复印件告警\n-9106 证件遮挡告警"
                                },
                                "Image": {
                                  "type": "string",
                                  "description": "证件图片"
                                },
                                "AdvancedInfo": {
                                  "type": "string",
                                  "description": "扩展字段"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_28_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "minLength": 1,
                    "maxLength": 1048600,
                    "description": "图片的 Base64 值。要求图片经Base64编码后不超过 1M，分辨率建议500*800以上，支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。"
                  },
                  "RetImage": {
                    "type": "boolean",
                    "description": "是否返回图片，默认false"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-26": {
      "x-pointCode": 26,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "快速文本检测",
        "description": "本接口通过检测图片中的文字信息特征，快速判断图片中有无文字并返回判断结果，帮助用户过滤无文字的图片。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "HasText": {
                                  "type": "boolean",
                                  "description": "图片中是否包含文字。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_26_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-25": {
      "x-pointCode": 25,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "通用印刷体识别（精简版）",
        "description": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别，并返回文字框位置和文字内容。\n\n适用于快速文本识别场景。\n\n产品优势：与通用印刷体识别接口相比，精简版虽然在准确率和召回率上有一定损失，但价格更加优惠。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。\nGeneralBasicOcr接口返回段落信息Parag，包含ParagNo。"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_25_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-24": {
      "x-pointCode": 24,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "广告文字识别",
        "description": "本接口支持广告商品图片内文字的检测和识别，返回文本框位置与文字内容。\n\n产品优势：针对广告商品图片普遍存在较多繁体字、艺术字的特点，进行了识别能力的增强。支持中英文、横排、竖排以及倾斜场景文字识别。文字识别的召回率和准确率能达到96%以上。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Language": {
                                  "type": "string",
                                  "description": "检测到的语言，目前支持的语种范围为：简体中文、繁体中文、英文、日文、韩文。未来将陆续新增对更多语种的支持。\n返回结果含义为：zh-中英混合，jap-日文，kor-韩文。\n"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。\nGeneralBasicOcr接口返回段落信息Parag，包含ParagNo。"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                },
                                                "1": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number"
                                                    },
                                                    "Y": {
                                                      "type": "number"
                                                    }
                                                  }
                                                },
                                                "2": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number"
                                                    },
                                                    "Y": {
                                                      "type": "number"
                                                    }
                                                  }
                                                },
                                                "3": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number"
                                                    },
                                                    "Y": {
                                                      "type": "number"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_24_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "minLength": 0,
                    "maxLength": 10000000,
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-23": {
      "x-pointCode": 23,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "运单识别",
        "description": "本接口支持市面上主流版式电子运单的识别，包括收件人和寄件人的姓名、电话、地址以及运单号等字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_23_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-22": {
      "x-pointCode": 22,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "购车发票识别",
        "description": "本接口支持机动车销售统一发票和二手车销售统一发票的识别，包括发票号码、发票代码、合计金额、合计税额等二十多个字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_22_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-21": {
      "x-pointCode": 21,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "机票行程单识别",
        "description": "本接口支持机票行程单关键字段的识别，包括姓名、身份证件号码、航班号、票价 、合计、电子客票号码、填开日期等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_21_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-20": {
      "x-pointCode": 20,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "港澳台通行证识别",
        "description": "本接口支持对卡式港澳台通行证的识别，包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_20_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-19": {
      "x-pointCode": 19,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "定额发票识别",
        "description": "本接口支持定额发票的发票号码、发票代码、金额(大小写)、发票消费类型、地区及是否有公司印章等关键字段的识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_19_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-18": {
      "x-pointCode": 18,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "出租车发票识别",
        "description": "本接口支持出租车发票关键字段的识别，包括发票号码、发票代码、金额、日期、上下车时间、里程、车牌号、发票类型及所属地区等字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_18_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-17": {
      "x-pointCode": 17,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "火车票识别",
        "description": "本接口支持火车票全字段的识别，包括编号、票价、姓名、座位号、出发时间、出发站、到达站、车次、席别、发票类型及序列号等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "object",
                                  "properties": {
                                    "RecName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人姓名"
                                    },
                                    "RecAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人地址"
                                    },
                                    "RecNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "收件人手机号"
                                    },
                                    "SenderName": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人姓名"
                                    },
                                    "SenderNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人手机号"
                                    },
                                    "SenderAddr": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "寄件人地址"
                                    },
                                    "WaybillNum": {
                                      "type": "object",
                                      "properties": {
                                        "Text": {
                                          "type": "string",
                                          "description": "识别出的文本行内容"
                                        }
                                      },
                                      "description": "运单号"
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_17_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-16": {
      "x-pointCode": 16,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "银行卡识别",
        "description": "本接口支持对中国大陆主流银行卡的卡号、银行信息、有效期等关键字段的检测与识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "BankInfo": {
                                  "type": "string",
                                  "description": "银行信息"
                                },
                                "CardNo": {
                                  "type": "string",
                                  "description": "卡号"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "ValidDate": {
                                  "type": "string",
                                  "description": "有效期"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_16_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-15": {
      "x-pointCode": 15,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "营业执照识别",
        "description": "本接口支持快速精准识别营业执照上的字段，包括注册号、公司名称、经营场所、主体类型、法定代表人、注册资金、组成形式、成立日期、营业期限和经营范围等字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Address": {
                                  "type": "string",
                                  "description": "地址"
                                },
                                "Business": {
                                  "type": "string",
                                  "description": "经营范围"
                                },
                                "Capital": {
                                  "type": "string",
                                  "description": "注册资本"
                                },
                                "ComposingForm": {
                                  "type": "string",
                                  "description": "组成形式"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "公司名称"
                                },
                                "Period": {
                                  "type": "string",
                                  "description": "营业期限"
                                },
                                "Person": {
                                  "type": "string",
                                  "description": "法定代表人"
                                },
                                "RegNum": {
                                  "type": "string",
                                  "description": "注册号"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "Type": {
                                  "type": "string",
                                  "description": "主体类型"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_15_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-14": {
      "x-pointCode": 14,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "通用手写体识别",
        "description": "本接口支持图片内手写体文字的检测和识别，针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 - 100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_14_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-13": {
      "x-pointCode": 13,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "增值税发票识别",
        "description": "本接口支持增值税专用发票、增值税普通发票、增值税电子发票全字段的内容检测和识别，包括发票代码、发票号码、开票日期、合计金额、校验码、税率、合计税额、价税合计、购买方识别号、复核、销售方识别号、开票人、密码区1、密码区2、密码区3、密码区4、发票名称、购买方名称、销售方名称、服务名称、备注、规格型号、数量、单价、金额、税额、收款人等字段。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "VatInvoiceInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "Name": {
                                            "type": "string",
                                            "description": "识别出的字段名称（关键字）。"
                                          },
                                          "Value": {
                                            "type": "string",
                                            "description": "识别出的字段名称对应的值，也就是字段Name对应的字符串结果。"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_13_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-12": {
      "x-pointCode": 12,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "车牌识别",
        "description": "本接口支持对中国大陆机动车车牌的自动定位和识别，返回地域编号和车牌号信息。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Confidence": {
                                  "type": "number",
                                  "description": "置信度，0 - 100 之间。"
                                },
                                "Number": {
                                  "type": "string",
                                  "description": "识别出的车牌号码。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_12_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-11": {
      "x-pointCode": 11,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "行驶证识别",
        "description": "本接口支持行驶证主页和副页所有字段的自动定位与识别。\n\n行驶证主页：车牌号码、车辆类型、所有人、住址、使用性质、品牌型号、识别代码、发动机号、注册日期、发证日期、发证单位。\n\n行驶证副页：号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录。\n\n另外，本接口还支持复印件、翻拍和PS告警功能。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "FrontInfo": {
                                  "type": "object",
                                  "properties": {
                                    "Address": {
                                      "type": "string",
                                      "description": "住址\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "EngineNo": {
                                      "type": "string",
                                      "description": "发动机号码\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "IssueDate": {
                                      "type": "string",
                                      "description": "发证日期\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "Model": {
                                      "type": "string",
                                      "description": "品牌型号\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "Owner": {
                                      "type": "string",
                                      "description": "所有人\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "PlateNo": {
                                      "type": "string",
                                      "description": "号牌号码\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "RegisterDate": {
                                      "type": "string",
                                      "description": "注册日期\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "Seal": {
                                      "type": "string",
                                      "description": "印章\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "UseCharacter": {
                                      "type": "string",
                                      "description": "使用性质\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "VehicleType": {
                                      "type": "string",
                                      "description": "车辆类型\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "Vin": {
                                      "type": "string",
                                      "description": "车辆识别代号\n注意：此字段可能返回 null，表示取不到有效值。"
                                    }
                                  },
                                  "description": "行驶证主页正面的识别结果，CardSide 为 FRONT。\n注意：此字段可能返回 null，表示取不到有效值。"
                                },
                                "BackInfo": {
                                  "type": "object",
                                  "properties": {
                                    "PlateNo": {
                                      "type": "string",
                                      "description": "号牌号码\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "FileNo": {
                                      "type": "string",
                                      "description": "档案编号\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "AllowNum": {
                                      "type": "string",
                                      "description": "核定人数\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "TotalMass": {
                                      "type": "string",
                                      "description": "总质量\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "CurbWeight": {
                                      "type": "string",
                                      "description": "\t整备质量\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "LoadQuality": {
                                      "type": "string",
                                      "description": "核定载质量\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "ExternalSize": {
                                      "type": "string",
                                      "description": "外廓尺寸\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "TotalQuasiMass": {
                                      "type": "string",
                                      "description": "准牵引总质量\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "Marks": {
                                      "type": "string",
                                      "description": "备注\n注意：此字段可能返回 null，表示取不到有效值。"
                                    },
                                    "Record": {
                                      "type": "string",
                                      "description": "检验记录\n注意：此字段可能返回 null，表示取不到有效值。"
                                    }
                                  },
                                  "description": "行驶证副页正面的识别结果，CardSide 为 BACK。\n注意：此字段可能返回 null，表示取不到有效值。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_11_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "\t图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  },
                  "CardSide": {
                    "type": "string",
                    "description": "FRONT 为行驶证主页正面（有红色印章的一面），\nBACK 为行驶证副页正面（有号码号牌的一面）。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-10": {
      "x-pointCode": 10,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "驾驶证识别",
        "description": "本接口支持驾驶证主页和副页所有字段的自动定位与识别，重点字段的识别准确度达到99%以上。\n\n驾驶证主页：包括证号、姓名、性别、国籍、住址、出生日期、初次领证日期、准驾车型、有效期限、发证单位\n\n驾驶证副页：包括证号、姓名、档案编号、记录。\n\n另外，本接口还支持复印件、翻拍和PS告警功能。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Address": {
                                  "type": "string",
                                  "description": "住址"
                                },
                                "CardCode": {
                                  "type": "string",
                                  "description": "证号"
                                },
                                "Class": {
                                  "type": "string",
                                  "description": "准驾车型"
                                },
                                "DateOfBirth": {
                                  "type": "string",
                                  "description": "出生日期"
                                },
                                "DateOfFirstIssue": {
                                  "type": "string",
                                  "description": "初次领证日期"
                                },
                                "EndDate": {
                                  "type": "string",
                                  "description": "有效期截止时间"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "姓名"
                                },
                                "Nationality": {
                                  "type": "string",
                                  "description": "国籍"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别"
                                },
                                "StartDate": {
                                  "type": "string",
                                  "description": "有效期开始时间"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_10_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-9": {
      "x-pointCode": 9,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "名片识别",
        "description": "本接口支持名片各字段的自动定位与识别，包含姓名、电话、手机号、邮箱、公司、部门、职位、网址、地址、QQ、微信、MSN等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "BusinessCardInfos": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "Name": {
                                            "type": "string",
                                            "description": "识别出的字段名称（关键字，可能重复，比如多个手机），能识别的字段名为：\n姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。"
                                          },
                                          "Value": {
                                            "type": "string",
                                            "description": "识别出的字段名称对应的值，也就是字段name对应的字符串结果。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "名片识别内容。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "RetImageBase64": {
                                  "type": "string",
                                  "description": "返回图像预处理后的图片，图像预处理未开启时返回内容为空。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_9_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-8": {
      "x-pointCode": 8,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "车辆VIN码识别",
        "description": "本接口支持图片内车辆识别代号（VIN）的检测和识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "Vin": {
                                  "type": "string",
                                  "description": "检测到的车辆 VIN 码。"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_8_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-7": {
      "x-pointCode": 7,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "表格识别",
        "description": "本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别，支持日文有线表格识别，返回每个单元格的文字内容，支持旋转的表格图片识别，且支持将识别结果保存为 Excel 格式。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number"
                            },
                            "remark": {
                              "type": "string"
                            },
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Data": {
                                  "type": "string",
                                  "description": "Base64 编码后的 Excel 数据。"
                                },
                                "Angle": {
                                  "type": "number",
                                  "description": "图片旋转角度（角度制），文本的水平\n方向为 0°；顺时针为正，逆时针为负"
                                },
                                "TableDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Cells": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "Confidence": {
                                              "type": "number",
                                              "description": "单元格置信度"
                                            },
                                            "Text": {
                                              "type": "string",
                                              "description": "单元格内识别出的字符串文本，若文本存在多行，以换行符\"\\n\"隔开"
                                            },
                                            "Polygon": {
                                              "type": "array",
                                              "items": {
                                                "type": "object",
                                                "properties": {
                                                  "Y": {
                                                    "type": "number"
                                                  },
                                                  "X": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "description": "单元格在图像中的四点坐标"
                                            },
                                            "RowBr": {
                                              "type": "number",
                                              "description": "单元格右下角的行索引"
                                            },
                                            "Type": {
                                              "type": "string",
                                              "description": "单元格类型"
                                            },
                                            "RowTl": {
                                              "type": "number",
                                              "description": "单元格左上角的行索引"
                                            },
                                            "ColTl": {
                                              "type": "number",
                                              "description": "单元格左上角的列索引"
                                            },
                                            "ColBr": {
                                              "type": "number",
                                              "description": "单元格右下角的列索引"
                                            },
                                            "AdvancedInfo": {
                                              "type": "string",
                                              "description": "此字段为扩展字段\n注意：此字段可能返回 null，表示取不到有效值。"
                                            },
                                            "Contents": {
                                              "type": "array",
                                              "items": {
                                                "type": "object",
                                                "properties": {
                                                  "WordSize": {
                                                    "type": "number",
                                                    "description": "字体大小\n注意：此字段可能返回 null，表示取不到有效值。"
                                                  },
                                                  "ParagNo": {
                                                    "type": "number",
                                                    "description": "段落编号\n注意：此字段可能返回 null，表示取不到有效值。"
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "description": "单元格内容"
                                      },
                                      "Type": {
                                        "type": "number",
                                        "description": "图像中的文本块类型，0 为非表格文本，\n1 为有线表格，2 为无线表格\n（接口暂不支持日文无线表格识别，若传入日文无线表格，返回0）\n注意：此字段可能返回 null，表示取不到有效值。"
                                      },
                                      "TableCoordPoint": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "Y": {
                                              "type": "number"
                                            },
                                            "X": {
                                              "type": "number"
                                            }
                                          }
                                        },
                                        "description": "表格主体四个顶点坐标（依次为左上角，\n右上角，右下角，左下角）\n注意：此字段可能返回 null，表示取不到有效值。"
                                      }
                                    }
                                  }
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "PdfPageSize": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_7_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-6": {
      "x-pointCode": 6,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "身份证识别",
        "description": "本接口支持二代身份证正反面所有字段的识别，包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限；具备身份证照片、人像照片的裁剪功能和翻拍件、复印件的识别告警功能。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Address": {
                                  "type": "string",
                                  "description": "地址（人像面）"
                                },
                                "AdvancedInfo": {
                                  "type": "string",
                                  "description": "扩展信息，根据请求的可选字段返回对应内容，不请求则不返回，具体输入参考示例3。目前支持的扩展字段为：\nIdCard，身份证照片，请求 CropIdCard 时返回；\nPortrait，人像照片，请求 CropPortrait 时返回；\nWarnInfos，告警信息（Code - 告警码，Msg - 告警信息内容），识别出翻拍件或复印件时返回。\n\nCode 告警码列表和释义：\n-9103 身份证翻拍告警，\n-9102 身份证复印件告警，\n-9105 身份证框内遮挡告警。"
                                },
                                "Authority": {
                                  "type": "string",
                                  "description": "发证机关（国徽面）"
                                },
                                "Birth": {
                                  "type": "string",
                                  "description": "出生日期（人像面）"
                                },
                                "IdNum": {
                                  "type": "string",
                                  "description": "身份证号（人像面）"
                                },
                                "Name": {
                                  "type": "string",
                                  "description": "姓名（人像面）"
                                },
                                "Nation": {
                                  "type": "string",
                                  "description": "民族（人像面）"
                                },
                                "RequestId": {
                                  "type": "string"
                                },
                                "Sex": {
                                  "type": "string",
                                  "description": "性别（人像面）"
                                },
                                "ValidDate": {
                                  "type": "string",
                                  "description": "证件有效期（国徽面）"
                                }
                              }
                            },
                            "remark": {
                              "type": "string",
                              "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_6_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  },
                  "CardSide": {
                    "type": "string",
                    "description": "FRONT 为身份证有照片的一面（人像面），\nBACK 为身份证有国徽的一面（国徽面）。"
                  }
                },
                "required": [
                  "ds_id",
                  "CardSide"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-5": {
      "x-pointCode": 5,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "通用印刷体识别（高速版）",
        "description": "本接口支持图片中整体文字的检测和识别，返回文字框位置与文字内容。相比通用印刷体识别接口，识别速度更快、支持的 QPS 更高。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Language": {
                                  "type": "string",
                                  "description": "检测到的语言，目前支持的语种范围为：简体中文、繁体中文、英文、日文、韩文。未来将陆续新增对更多语种的支持。\n返回结果含义为：zh - 中英混合，jap - 日文，kor - 韩文。"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。\nGeneralBasicOcr接口返回段落信息Parag，包含ParagNo。"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_5_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-4": {
      "x-pointCode": 4,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "通用印刷体识别（高精度版）",
        "description": "本接口支持图像整体文字的检测和识别，返回文字框位置与文字内容。相比通用印刷体识别接口，准确率和召回率更高。",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。\nGeneralBasicOcr接口返回段落信息Parag，包含ParagNo。"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_4_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-3": {
      "x-pointCode": 3,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "通用印刷体识别",
        "description": "本接口支持多场景、任意版面下整图文字的识别。支持自动识别语言类型，同时支持自选语言种类（推荐），除中英文外，支持日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语等多种语言。应用场景包括：印刷文档识别、网络图片识别、广告图文字识别、街景店招识别、菜单识别、视频标题识别、头像文字识别等。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "Language": {
                                  "type": "string",
                                  "description": "检测到的语言，目前支持的语种范围为：简体中文、繁体中文、英文、日文、韩文。未来将陆续新增对更多语种的支持。\n返回结果含义为：zh-中英混合，jap-日文，kor-韩文。\n"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。\nGeneralBasicOcr接口返回段落信息Parag，包含ParagNo。"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                },
                                                "1": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number"
                                                    },
                                                    "Y": {
                                                      "type": "number"
                                                    }
                                                  }
                                                },
                                                "2": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number"
                                                    },
                                                    "Y": {
                                                      "type": "number"
                                                    }
                                                  }
                                                },
                                                "3": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number"
                                                    },
                                                    "Y": {
                                                      "type": "number"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_3_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "minLength": 0,
                    "maxLength": 10000000,
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-2": {
      "x-pointCode": 2,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "英文识别",
        "description": "本接口支持图像英文文字的检测和识别，返回文字框位置与文字内容。支持多场景、任意版面下的英文、字母、数字和常见字符的识别，同时覆盖英文印刷体和英文手写体识别。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。目前EnglishOCR接口返回内容为空。"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Polygon": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "0": {
                                                  "type": "object",
                                                  "properties": {
                                                    "X": {
                                                      "type": "number",
                                                      "description": "横坐标"
                                                    },
                                                    "Y": {
                                                      "type": "number",
                                                      "description": "纵坐标"
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                }
                              }
                            },
                            "remark": {
                              "type": "string"
                            },
                            "ret_code": {
                              "type": "number"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_2_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    },
    "/2554-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 20,
      "x-connect-timeout": 20,
      "post": {
        "summary": "算式识别",
        "description": "本接口支持作业算式题目的自动识别和判分，目前覆盖 K12 学力范围内的 11 种题型，包括加减乘除四则、加减乘除已知结果求运算因子、判断大小、约等于估算、带余数除法、分数四则运算、单位换算、竖式加减法、竖式乘除法、脱式计算和解方程，平均识别精度达到93%以上。原接口订购地址;https://cloud.tencent.com/product/ocr-catalog",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Response": {
                              "type": "object",
                              "properties": {
                                "TextDetections": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "DetectedText": {
                                            "type": "string",
                                            "description": "识别出的文本行内容"
                                          },
                                          "Result": {
                                            "type": "object",
                                            "properties": {},
                                            "description": "结果"
                                          },
                                          "Confidence": {
                                            "type": "number",
                                            "description": "置信度 0 ~100"
                                          },
                                          "Polygon": {
                                            "type": "object",
                                            "properties": {},
                                            "description": "文本行坐标，以四个顶点坐标表示\n注意：此字段可能返回 null，表示取不到有效值。"
                                          },
                                          "AdvancedInfo": {
                                            "type": "string",
                                            "description": "此字段为扩展字段。"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "description": "检测到的文本信息"
                                },
                                "RequestId": {
                                  "type": "string",
                                  "description": "唯一请求 ID，每次请求都会返回。定位问题时需要提供该次请求的 RequestId。"
                                },
                                "ret_code": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2554_1_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "ds_id": {
                    "type": "string",
                    "description": "数据源"
                  },
                  "ImageBase64": {
                    "type": "string",
                    "description": "图片的 Base64 值。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个，如果都提供，只使用 ImageUrl。"
                  },
                  "ImageUrl": {
                    "type": "string",
                    "description": "图片的 Url 地址。\n支持的图片格式：PNG、JPG、JPEG，暂不支持 GIF 格式。\n支持的图片大小：所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性，建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。\n3. 输出参数"
                  }
                },
                "required": [
                  "ds_id"
                ]
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "securitySchemes": {
      "AppKeyAuth": {
        "type": "apiKey",
        "in": "query",
        "name": "appKey",
        "description": "从 ShowAPI 控制台获取的 appKey，管理地址：https://www.showapi.com/console#/myApp"
      }
    },
    "schemas": {
      "ShowapiResEnvelope": {
        "type": "object",
        "description": "ShowAPI 统一返回包裹（业务数据位于 showapi_res_body）",
        "properties": {
          "showapi_res_code": {
            "type": "integer",
            "description": "API 返回的状态码"
          },
          "showapi_res_error": {
            "type": "string",
            "description": "API 返回的错误信息"
          },
          "showapi_res_id": {
            "type": "string",
            "description": "API 请求的唯一标识"
          },
          "showapi_fee_num": {
            "type": "integer",
            "description": "API 调用计费次数"
          }
        }
      }
    }
  },
  "security": [
    {
      "AppKeyAuth": []
    }
  ],
  "externalDocs": {
    "url": "https://www.showapi.com/apiGateway/view/2554?tab=book"
  },
  "x-apiCode": "2554",
  "x-is-own": false,
  "x-is-op": true
}