文字识别 OCR-不动产证识别:响应示例

时间:2024-04-15 09:41:20

响应示例

状态码: 200

成功响应示例

{
  "result" : {
    "estate_holder" : "xx",
    "ownership_certificate_no" : "黔 (2019) 白云区 不动产权第xxx号",
    "obligee" : "抵押预告登记",
    "ownership" : "xxx",
    "estate_location" : "xxx银行股份有限公司xxx分行",
    "right_type" : "x",
    "right_nature" : "x",
    "usage" : "x",
    "intended_usage" : "x",
    "area" : "白云区云峰大xx号B、C栋(B)x单元x层x号",
    "total_floors" : "x",
    "floor" : "x",
    "issuer" : "xxx规划和国土资源管理委员会",
    "issue_date" : "2019-06-2x",
    "real_estate_certificate_no" : "xx201016xxx",
    "mortgage_seals" : 0,
    "canceled_mortgage_seals" : 0,
    "year_built" : "x",
    "structure" : "x",
    "revenue_stamps" : 0,
    "property_unit_no" : "x",
    "confidence" : {
      "estate_holder" : 0,
      "ownership_certificate_no" : 0.8931,
      "obligee" : 0.8879,
      "ownership" : 0.2806,
      "estate_location" : 0.8145,
      "right_type" : 0,
      "right_nature" : 0,
      "usage" : 0,
      "intended_usage" : 0,
      "area" : 0.6588,
      "total_floors" : 0,
      "floor" : 0,
      "issuer" : 0.974,
      "issue_date" : 0.9198,
      "real_estate_certificate_no" : 0.9475,
      "mortgage_seals" : 0,
      "canceled_mortgage_seals" : 0,
      "year_built" : 0,
      "structure" : 0,
      "revenue_stamps" : 0,
      "property_unit_no" : 0
    }
  }
}

状态码: 400

失败响应样例

{
  "result" : {
    "error_code" : "AIS.0103",
    "error_msg" : "The image size does not meet the requirements."
  }
}
support.huaweicloud.com/api-ocr/ocr_03_0162.html