百度云-文字识别
连接器

百度云-文字识别

连接器

需两次购买:①订购原厂商接口 ②订购易源会员包代理转发;覆盖多种通用场景、多种语言的高精度整图文字检测和识别服务,包括各类印刷和手写文档、网络图片、表格、数字、二维码等;可用于纸质文档电子化、办公文档/报表识别、图像内容审核、快递面单识别等场景。

会员资源包统一计费,无需单独购买,开通会员包后可直接调用。
仪器仪表盘读数识别
接入点说明
适用于不同品牌、不同型号的仪器仪表盘读数识别,广泛适用于各类血糖仪、血压仪、燃气表、电表等,可识别表盘上的数字、英文、符号,支持液晶屏、字轮表等表型。原接口订购地址:https://cloud.baidu.com/product/ocr_others
接口地址
https://connector.showapi.com/2568-34?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST
案例截图
案例
请求参数
Header 参数
Post 表单
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://connector.showapi.com/2568-34?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -d "ds_id=&image=&url=https%3A%2F%2Fshowapi.oss-cn-hangzhou.aliyuncs.com%2Fmodleapi%2Flzh%2Finstrument_panel.jpg&probability=true&poly_location=true"
返回示例
JSON
{
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_id": "6030b8eb8d57bad91f601ca0",
  "showapi_res_body": {
    "ret_code": 0,
    "words_result": [
      {
        "words": "0:00:00",
        "location": {
          "height": 127,
          "width": 420,
          "left": 291,
          "top": 478
        },
        "poly_location": [
          {
            "y": 480,
            "x": 298
          },
          {
            "y": 478,
            "x": 712
          },
          {
            "y": 603,
            "x": 708
          },
          {
            "y": 606,
            "x": 291
          }
        ],
        "probability": {
          "min": 0.9994134902954102,
          "variance": 0,
          "average": 0.9994134902954102
        }
      },
      {
        "words": "000",
        "location": {
          "height": 189,
          "width": 159,
          "left": 544,
          "top": 146
        },
        "poly_location": [
          {
            "y": 147,
            "x": 549
          },
          {
            "y": 146,
            "x": 705
          },
          {
            "y": 335,
            "x": 701
          },
          {
            "y": 336,
            "x": 545
          }
        ],
        "probability": {
          "min": 0.7857623100280762,
          "variance": 0,
          "average": 0.7857623100280762
        }
      },
      {
        "words": "KM/h",
        "location": {
          "height": 38,
          "width": 91,
          "left": 629,
          "top": 287
        },
        "poly_location": [
          {
            "y": 288,
            "x": 629
          },
          {
            "y": 288,
            "x": 721
          },
          {
            "y": 326,
            "x": 721
          },
          {
            "y": 326,
            "x": 630
          }
        ],
        "probability": {
          "min": 0.9669905304908752,
          "variance": 0,
          "average": 0.9669905304908752
        }
      },
      {
        "words": "TMR",
        "location": {
          "height": 38,
          "width": 90,
          "left": 338,
          "top": 359
        },
        "poly_location": [
          {
            "y": 360,
            "x": 339
          },
          {
            "y": 360,
            "x": 430
          },
          {
            "y": 399,
            "x": 429
          },
          {
            "y": 399,
            "x": 339
          }
        ],
        "probability": {
          "min": 0.997667133808136,
          "variance": 0,
          "average": 0.997667133808136
        }
      }
    ],
    "words_result_num": 4,
    "log_id": 1363026450000642000
  }
}
MCP 服务集成接口级

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

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

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