Skip to main content
Glama

Textin MCP Server

Official

Textin MCP サーバー

TextIn MCP Serverは、文書のテキスト認識、ID認識、請求書認識など、文書からテキストを抽出し、OCRを実行するツールです。また、文書をMarkdown形式に変換する機能も備えています。

ツール

  • recognition_text
    • 画像、Word 文書、PDF ファイルからのテキスト認識。
    • 入力: a URL (HTTP/HTTPS) pointing to a document``file pathまたは URL (HTTP/HTTPS) (文字列)
    • 戻り値: ドキュメントのテキスト。
    • 以下の変換をサポートします:
      • PDF
      • 画像(Jpeg、Jpg、Png、Bmp)
  • doc_to_markdown
    • 画像、PDF、Word 文書を Markdown に変換します。
    • 入力: a URL (HTTP/HTTPS) pointing to a document``file pathまたは URL (HTTP/HTTPS) (文字列)
    • 戻り値: ドキュメントのマークダウン。
    • 以下の変換をサポートします:
      • PDF
      • Microsoft Office ドキュメント (Word、Excel)
      • 画像(Jpeg、Jpg、Png、Bmp)
  • general_information_extration
    • ドキュメントから重要な情報を自動的かつインテリジェントに抽出します。
    • 入力: a URL (HTTP/HTTPS) pointing to a document``file pathまたは URL (HTTP/HTTPS) (文字列)
    • 戻り値: キー情報 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