Textin MCP Server

by intsig-textin
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Converts documents (images, PDFs, Word) to Markdown format, allowing for structured text representation of various document types.

Textin MCP 服务器

TextIn MCP Server 是一款用于提取文档文本并进行 OCR 识别的工具,包括文档文本识别、身份证识别、发票识别等,并支持将文档转换为 Markdown 格式。

工具

  • recognition_text
    • 从图像、Word 文档和 PDF 文件中识别文本。
    • 输入: file path (字符串)
    • 返回:文档的文本。
  • doc_to_markdown
    • 将图像、PDF 和 Word 文档转换为 Markdown。
    • 输入: file path (字符串)
    • 返回:文档的 Markdown。
  • general_information_extration
    • 自动、智能地从文档中提取关键信息。
    • 输入: file path (字符串)
    • 返回:关键信息JSON。

设置

APP_ID 和 APP_SECRET

单击此处注册 TextIn 帐户。

按照此处的说明获取 Textin APP_ID 和 APP_SECRET。

NPX

{ "mcpServers": { "textin-ocr": { "command": "npx", "args": [ "-y", "@intsig/server-textin" ], "env": { "APP_ID": "<YOUR_APP_ID>", "APP_SECRET": "<YOUR_APP_SECRET>", "MCP_SERVER_REQUEST_TIMEOUT": "600000" }, "timeout": 600 } } }

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

一个支持OCR功能的服务器,可以识别图像、PDF和Word文档中的文本,将其转换为Markdown,并提取关键信息。

  1. Tools
    1. Setup
      1. APP_ID and APP_SECRET
      2. NPX
    2. License
      ID: wh2z1oyqhh