Skip to main content
Glama

Textin MCP Server

Official

Servidor MCP de Textin

TextIn MCP Server es una herramienta para extraer texto y realizar reconocimiento óptico de caracteres (OCR) en documentos, incluyendo el reconocimiento de texto, de documentos de identidad y de facturas. También permite convertir documentos a formato Markdown.

Herramientas

  • recognition_text
    • Reconocimiento de texto de imágenes, documentos de Word y archivos PDF.
    • Entrada: file path o a URL (HTTP/HTTPS) pointing to a document (cadena)
    • Devolver: Texto del documento.
    • Admite conversión para:
      • PDF
      • Imagen (Jpeg, Jpg, Png, Bmp)
  • doc_to_markdown
    • Convierte imágenes, archivos PDF y documentos de Word a Markdown.
    • Entrada: file path o a URL (HTTP/HTTPS) pointing to a document (cadena)
    • Devolución: Markdown del documento.
    • Admite conversión para:
      • PDF
      • Documentos de Microsoft Office (Word, Excel)
      • Imagen (Jpeg, Jpg, Png, Bmp)
  • general_information_extration
    • Extraiga de forma automática e inteligente información clave de los documentos.
    • Entrada: file path o a URL (HTTP/HTTPS) pointing to a document (cadena)
    • Devolver: La información clave JSON.
    • Admite conversión para:
      • PDF
      • Documentos de Microsoft Office (Word, Excel)
      • Imagen (Jpeg, Jpg, Png, Bmp)

Cuando la entrada es una URL, no admite el manejo de acceso a recursos protegidos.

Configuración

APP_ID y APP_SECRET

Haga clic aquí para registrarse en una cuenta TextIn.

Obtenga Textin APP_ID y APP_SECRET siguiendo las instrucciones aquí .

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 } } }

Licencia

Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de LICENCIA en el repositorio del proyecto.

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.

Un servidor que permite que las capacidades de OCR reconozcan texto de imágenes, archivos PDF y documentos de Word, los conviertan a Markdown y extraigan información clave.

  1. Herramientas
    1. Configuración
      1. APP\_ID y APP\_SECRET
      2. NPX
    2. Licencia

      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