mcp/handwriting-ocr

Verified Publisher

By mcp

Updated about 1 year ago

Model Context Protocol (MCP) Server for Handwriting OCR

Image
Machine learning & AI
2

9.6K

mcp/handwriting-ocr repository overview

Handwriting OCR MCP Server

Model Context Protocol (MCP) Server for Handwriting OCR .

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/Handwriting-OCR/handwriting-ocr-mcp-server/blob/1b81cd90103265eac82d4a441fe669e6c7ccf03a/Dockerfile
Commit1b81cd90103265eac82d4a441fe669e6c7ccf03a
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/handwriting-ocr --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (3)

Tools provided by this ServerShort Description
check_statusCheck the status of a document
get_textRetrieve the transcribed text from a document
upload_documentUpload a document to Handwriting OCR API for transcription

Tools Details

Tool: check_status

Check the status of a document

ParametersTypeDescription
idstringDocument ID

Tool: get_text

Retrieve the transcribed text from a document

ParametersTypeDescription
idstringDocument ID

Tool: upload_document

Upload a document to Handwriting OCR API for transcription

ParametersTypeDescription
filestringPath to the document (PDF, JPG, PNG, etc.)
delete_afterinteger optionalSeconds until auto-deletion (optional)
extractor_idstring optionalExtractor ID (required if action is extractor, will be ignored)
prompt_idstring optionalPrompt ID (requires Enterprise subscription, will be ignored)

Use this MCP Server

{
  "mcpServers": {
    "handwriting-ocr": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_TOKEN",
        "mcp/handwriting-ocr"
      ],
      "env": {
        "API_TOKEN": "your-api-token"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:141e2e00e

Size

65.7 MB

Last updated

about 1 year ago

docker pull mcp/handwriting-ocr

This week's pulls

Pulls:

1,232

Last week