Skip to main content
Glama

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ファイルをご覧ください。

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

Related MCP Servers

  • 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
    24
    • Apple
  • -
    security
    -
    license
    -
    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.
  • -
    security
    F
    license
    -
    quality
    A PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.
    Last updated -
    31
  • -
    security
    F
    license
    -
    quality
    A comprehensive document analysis server that performs sentiment analysis, keyword extraction, readability scoring, and text statistics while providing document management capabilities including storage, search, and organization.
    Last updated -
    • Apple
    • Linux

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