Skip to main content
Glama

Textin MCP Server

Official

Textin MCP 服务器

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

工具

  • recognition_text
    • 从图像、Word 文档和 PDF 文件中识别文本。
    • 输入: file patha URL (HTTP/HTTPS) pointing to a document (字符串)
    • 返回:文档的文本。
    • 支持转换:
      • PDF
      • 图像(Jpeg、Jpg、Png、Bmp)
  • doc_to_markdown
    • 将图像、PDF 和 Word 文档转换为 Markdown。
    • 输入: file patha URL (HTTP/HTTPS) pointing to a document (字符串)
    • 返回:文档的 Markdown。
    • 支持转换:
      • PDF
      • Microsoft Office 文档(Word、Excel)
      • 图像(Jpeg、Jpg、Png、Bmp)
  • general_information_extration
    • 自动、智能地从文档中提取关键信息。
    • 输入: file patha URL (HTTP/HTTPS) pointing to a document (字符串)
    • 返回:关键信息JSON。
    • 支持转换:
      • PDF
      • Microsoft Office 文档(Word、Excel)
      • 图像(Jpeg、Jpg、Png、Bmp)

当输入是URL时,它不支持处理对受保护资源的访问。

设置

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 文件。

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

  1. 工具
    1. 设置
      1. APP\_ID 和 APP\_SECRET
      2. NPX
    2. 执照

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A document conversion server that transforms various file formats (PDFs, documents, images, audio, web content) to Markdown with improved multilingual and UTF-8 support.
        Last updated -
        10
        4
        TypeScript
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A server that provides document processing capabilities using the Model Context Protocol, allowing conversion of documents to markdown, extraction of tables, and processing of document images.
        Last updated -
        6
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        F
        license
        A
        quality
        An MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.
        Last updated -
        1
        6
        Python
        • Apple
      • A
        security
        A
        license
        A
        quality
        This is a server implementation for performing Optical Character Recognition (OCR) using the Google Cloud Vision API. It is built on top of the FastMCP framework, which allows for the creation of modular and extensible command processing tools.
        Last updated -
        1
        1
        Python
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/intsig-textin/textin-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server