> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apiGateway/view/1274/4

---
title: "OCR文字识别 | V2 | 通用综合文字OCR识别 | API 市场 | 万维易源"
canonical_url: "https://www.showapi.com/apiGateway/view/1274/4"
last_updated: "2026-08-19T13:04:58.595Z"
meta:
  description: 可提取并识别图像中文字内容及文字区域坐标，适用于多种场景下的文字识别需求。
  keywords: OCR文字识别-V2,通用综合文字OCR识别,OCR文字识别,API接口,拍照识别,表格识别,文字识别,名片识别,图像识别,手写体OCR,数据电子化,智能识别,信息提取,精准度,25关键词,通用OCR,高效转换,图像处理,文字提取,坐标返回,旋转功能,内容管理,智能技术,增强识别,名片信息,文档识别,单字识别,单表格检测,拍照识别,表格识别,文字识别,名片识别,OCR文字识别,图像识别,showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API
  "og:description": 可提取并识别图像中文字内容及文字区域坐标，适用于多种场景下的文字识别需求。
  "og:title": "OCR文字识别 | V2 | 通用综合文字OCR识别  |  API 市场"
---

*

*

*

# **通用综合文字OCR识别**

**官方自营**

OCR文字识别服务，支持表格、名片、手写体及通用文字识别，可将图片文字智能转为可编辑文本。

[拍照识别](https://www.showapi.com/market?search=%E6%8B%8D%E7%85%A7%E8%AF%86%E5%88%AB) [表格识别](https://www.showapi.com/market?search=%E8%A1%A8%E6%A0%BC%E8%AF%86%E5%88%AB) [文字识别](https://www.showapi.com/market?search=%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB) [名片识别](https://www.showapi.com/market?search=%E5%90%8D%E7%89%87%E8%AF%86%E5%88%AB) [OCR文字识别](https://www.showapi.com/market?search=OCR%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB) [图像识别](https://www.showapi.com/market?search=%E5%9B%BE%E5%83%8F%E8%AF%86%E5%88%AB)

已选规格

￥**60.00**元

自购买起有效期 12 个月

专用资源包0.00元 60.00元 360.00元 1200.00元 3600.00元 查看全部规格 ›

支持****通用资源包****：充值通用资源包后可直接调用含本接口在内的全站付费接口，无需单独购买专用资源包 [**去充值 ›**](https://www.showapi.com/ai/llm/recharge)

在线调试 立即购买 [在线功能演示](https://www.showapi.com/appCase/1274/4)

**官方自营**

易源官方提供，稳定可信

<dl>

<dt>服务商</dt>
<dd>昆明秀派科技有限公司</dd>

<dt>电话</dt>
<dd>400-998-8033</dd>

<dt>QQ</dt>
<dd>4009988033</dd>

<dt>邮箱</dt>
<dd>[service@showapi.com](mailto:service@showapi.com)</dd>

</dl>

<dl>

<dt>所属分类</dt>
<dd>IT技术</dd>

<dt>接入点</dt>
<dd>5 个</dd>

<dt>请求方式</dt>
<dd>POST</dd>

<dt>返回格式</dt>
<dd>JSON</dd>

</dl>

**OCR文字识别-V2**

接入点说明

```
可提取并识别图像中文字内容及文字区域坐标，适用于多种场景下的文字识别需求。
```

接口地址

https://route.showapi.com/1274-4?appKey={your\_appKey} [查看密钥](https://www.showapi.com/console#/myApp) [调用帮助](https://www.showapi.com/helpcenter/view#/3960/1)

返回格式JSON

请求方式POST

**案例截图**

![案例](https://oss.showapi.com/api/1274/pn/4/prod/caseImgs/d611704146cf41e09c06b56622ce105e.png?t=1742375179482)

**请求参数**

**Header 参数**

| |
|

| |
|

**Post 表单**

| |
|

| |
|
| |
| |

**返回参数**查看公共返回参数

该接口返回经 `showapi_res_body` 系统封装，业务数据均位于该对象内；系统级字段见公共返回参数。

**返回体**

| |
|

| |
|
| |
| |
| |
| |
| |
| |
| |
| |

**请求示例**

[查看我的 appKey](https://www.showapi.com/console#/myApp) [查看使用向导](https://www.showapi.com/helpcenter/view#/3960/1) [Python / Java 等多语言示例](https://www.showapi.com/apitest/market/1274/4)

cURL 复制

```
curl -X POST "https://route.showapi.com/1274-4?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -d "img_url=https%3A%2F%2Fshowapi.oss-cn-hangzhou.aliyuncs.com%2Fapi%2F1274%2Fnotice.png&img_base64=&language=zh"
```

**返回示例**

JSON 复制

```
{
  "showapi_res_id": "",
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_body": {
		"result": [
      {
        "text": "新接口上线一ip查询专业版",
        "range": [
          {
            "y": 29,
            "x": 366
          },
          {
            "y": 29,
            "x": 688
          },
          {
            "y": 69,
            "x": 688
          },
          {
            "y": 69,
            "x": 366
          }
        ]
      },
      {
        "text": "该接口现已上线,欢迎试用及反馈。感谢您的支持,如有需求或建议,欢迎随时联系我们。在线QQ: 4009988033,服电话:",
        "range": [
          {
            "y": 378,
            "x": 46
          },
          {
            "y": 378,
            "x": 950
          },
          {
            "y": 403,
            "x": 950
          },
          {
            "y": 403,
            "x": 46
          }
        ]
      },
      {
        "text": "4009988033。",
        "range": [
          {
            "y": 402,
            "x": 19
          },
          {
            "y": 402,
            "x": 121
          },
          {
            "y": 427,
            "x": 121
          },
          {
            "y": 427,
            "x": 19
          }
        ]
      },
      {
        "text": "下一条:端午放假,请提前做好各接口的充值续费准备!",
        "range": [
          {
            "y": 546,
            "x": 630
          },
          {
            "y": 546,
            "x": 1029
          },
          {
            "y": 571,
            "x": 1029
          },
          {
            "y": 571,
            "x": 630
          }
        ]
      }
    ],
    "ret_code": 0,
    "all_str": "新接口上线一ip查询专业版\n发表日期:2021-06-24|发布人:易源运营\n......下一条:端午放假，请提前做好各接口的充值续费准备!\n",
    "remark": "识别成功！"
  }
}
```

**MCP 服务集成**接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置，将 {your\_appKey} 替换为真实 AppKey（ [AppKey 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

MCP JSON 复制

```
{
  "mcpServers": {
    "showapi-mcp-1274": {
      "url": "http://www.showapi.com.cn/mcp/1274/{your_appKey}"
    }
  }
}
```

**OpenAPI 文档**接口级

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

[在线查看 YAML](https://www.showapi.com/openapi/market/1274.yaml) [下载 YAML](https://www.showapi.com/openapi/market/1274.yaml) [查看 JSON](https://www.showapi.com/openapi/market/1274.json)