Handwriting OCR MCP Server

Official

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

  • Allows retrieving OCR results from handwritten documents as formatted Markdown text.

필기 OCR MCP 서버

손으로 쓴 글자 OCR API를 위한 모델 컨텍스트 프로토콜(MCP) 서버.

개요

Handwriting OCR MCP 서버는 MCP 클라이언트와 Handwriting OCR 서비스 간의 통합을 지원합니다. 이 문서에서는 설정 과정을 간략하게 설명하고 클라이언트 사용의 기본 예를 제공합니다.

이 서버를 사용하면 이미지와 PDF 문서를 업로드하고, 상태를 확인하고, OCR 결과를 마크다운으로 검색할 수 있습니다.

도구

전사

  • 문서 업로드
  • 상태 확인
  • 문자 받기

필수 조건

시작하기 전에 다음 사항이 있는지 확인하세요.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 handwriting-ocr-mcp-server를 자동으로 설치하려면:

지엑스피1

Claude Desktop에 수동 설치

Claude Desktop 애플리케이션에서 Handwriting OCR MCP 서버를 사용하려면 다음을 사용하세요.

{ "mcpServers": { "handwriting-ocr": { "command": "node", "args": [ "/Users/mateo/Local/Code/MCP/handwriting-ocr/build/index.js" ], "env": { "API_TOKEN": "your-api-token", }, "disabled": false, "autoApprove": [] } } }

구성

Handwriting OCR MCP 서버는 인증 및 구성을 위해 설정할 수 있는 환경 변수를 지원합니다.

  • API_TOKEN : API 토큰.

이러한 값은 Handwriting OCR 플랫폼 의 API 설정 대시보드에서 찾을 수 있습니다.

지원하다

Handwriting OCR API 문서를 참조하세요.

Handwriting OCR MCP 서버에 대한 지원이 필요하면 GitHub Issue를 제출하세요.

에 대한

필기 OCR 플랫폼을 위한 모델 컨텍스트 프로토콜(MCP) 서버

-
security - not tested
F
license - not found
-
quality - not tested

MCP 클라이언트와 Handwriting OCR 서비스 간의 통합을 가능하게 하여 사용자가 이미지와 PDF 문서를 업로드하고, 처리 상태를 확인하고, OCR 결과를 마크다운으로 검색할 수 있습니다.

  1. Overview
    1. Tools
      1. Transcription
    2. Prerequisites
      1. Installation
        1. Installing via Smithery
        2. Installing manually for Claude Desktop
      2. Configuration
        1. Support
          1. About
            ID: 3632cf8oic