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 の場合、保護されたリソースへのアクセスの処理はサポートされません。
Related MCP server: MCP Docling Server
設定
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ファイルをご覧ください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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
