# Handwriting OCR

Integrate your applications with the Handwriting OCR service to effortlessly upload documents, check their processing status, and retrieve OCR results in Markdown format. Enhance your workflows by au…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Handwriting-OCR/handwriting-ocr-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list Handwriting-OCR/handwriting-ocr-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Handwriting-OCR/handwriting-ocr-mcp-server upload_document

# Call a tool
npx -y @smithery/cli@latest tool call Handwriting-OCR/handwriting-ocr-mcp-server upload_document '{}'
```

## Tools (3)

- `upload_document` — Upload a document to Handwriting OCR API for transcription
- `check_status` — Check the status of a document
- `get_text` — Retrieve the transcribed text from a document

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Handwriting-OCR/handwriting-ocr-mcp-server <tool-name>
```

---

Source: https://github.com/Handwriting-OCR/handwriting-ocr-mcp-server
