手書きOCR MCPサーバー
手書き OCR API 用のモデル コンテキスト プロトコル (MCP) サーバー。
概要
手書きOCR MCPサーバーは、MCPクライアントと手書きOCRサービスの統合を可能にします。このドキュメントでは、セットアッププロセスの概要と、クライアントの基本的な使用例を示します。
このサーバーでは、画像や PDF ドキュメントをアップロードし、それらのステータスを確認し、OCR 結果を Markdown として取得できます。
ツール
転写
- ドキュメントをアップロード
- ステータスを確認する
- テキストを取得
前提条件
始める前に、次のものがあることを確認してください。
- システムに Node.js がインストールされていること (バージョン 18.x 以上を推奨)。
- 手書き OCR プラットフォーム上のアクティブなアカウントとアクティブなAPI トークン。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の handwriting-ocr-mcp-server を自動的にインストールするには:
Claude Desktop の手動インストール
Claude デスクトップ アプリケーションで手書き OCR MCP サーバーを使用するには、以下を使用します。
構成
手書き OCR MCP サーバーは、認証と構成のために設定できる環境変数をサポートしています。
API_TOKEN
: API トークン。
これらの値は、手書き OCR プラットフォームの API 設定ダッシュボードで確認できます。
サポート
手書きOCR APIドキュメントを参照してください。
手書き OCR MCP サーバーのサポートについては、 GitHub の問題を送信してください。
について
手書きOCRプラットフォーム用モデルコンテキストプロトコル(MCP)サーバー
This server cannot be installed
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.
MCP クライアントと手書き OCR サービス間の統合を可能にし、ユーザーは画像や PDF ドキュメントをアップロードし、処理ステータスを確認し、OCR 結果を Markdown として取得できるようになります。
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server for converting Markdown documents to PDF files.Last updated -11JavaScript
- AsecurityAlicenseAqualityConverts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.Last updated -26PythonMIT License
- AsecurityFlicenseAqualityAn 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 -16Python
- -securityFlicense-qualityA Python MCP server for invoice and receipt processing that uses OCR technology to extract data from PDFs and images, offering AI assistants the ability to process, extract text from, and merge invoice documents.Last updated -Python