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

ツール

  • recognition_text
    • 画像、Word 文書、PDF ファイルからのテキスト認識。
    • 入力: file path (文字列)
    • 戻り値: ドキュメントのテキスト。
  • doc_to_markdown
    • 画像、PDF、Word 文書を Markdown に変換します。
    • 入力: file path (文字列)
    • 戻り値: ドキュメントのマークダウン。
  • 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