필기 OCR MCP 서버
손으로 쓴 글자 OCR API를 위한 모델 컨텍스트 프로토콜(MCP) 서버.
개요
Handwriting OCR MCP 서버는 MCP 클라이언트와 Handwriting OCR 서비스 간의 통합을 지원합니다. 이 문서에서는 설정 과정을 간략하게 설명하고 클라이언트 사용의 기본 예를 제공합니다.
이 서버를 사용하면 이미지와 PDF 문서를 업로드하고, 상태를 확인하고, OCR 결과를 마크다운으로 검색할 수 있습니다.
도구
전사
- 문서 업로드
- 상태 확인
- 문자 받기
필수 조건
시작하기 전에 다음 사항이 있는지 확인하세요.
- 시스템에 Node.js가 설치되어 있어야 합니다(권장 버전 18.x 이상).
- Handwriting OCR 플랫폼 의 활성 계정과 활성 API 토큰 .
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 handwriting-ocr-mcp-server를 자동으로 설치하려면:
지엑스피1
Claude Desktop에 수동 설치
Claude Desktop 애플리케이션에서 Handwriting OCR MCP 서버를 사용하려면 다음을 사용하세요.
구성
Handwriting OCR MCP 서버는 인증 및 구성을 위해 설정할 수 있는 환경 변수를 지원합니다.
API_TOKEN
: API 토큰.
이러한 값은 Handwriting OCR 플랫폼 의 API 설정 대시보드에서 찾을 수 있습니다.
지원하다
Handwriting OCR API 문서를 참조하세요.
Handwriting OCR MCP 서버에 대한 지원이 필요하면 GitHub Issue를 제출하세요.
에 대한
필기 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 클라이언트와 Handwriting OCR 서비스 간의 통합을 가능하게 하여 사용자가 이미지와 PDF 문서를 업로드하고, 처리 상태를 확인하고, OCR 결과를 마크다운으로 검색할 수 있습니다.
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