Skip to main content
Glama
Handwriting-OCR

Handwriting OCR MCP Server

필기 OCR MCP 서버

대장간 배지

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

개요

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

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

Related MCP server: Textin MCP Server

도구

전사

  • 문서 업로드

  • 상태 확인

  • 문자 받기

필수 조건

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

설치

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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access 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/Handwriting-OCR/handwriting-ocr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server