Model Context Protocol (MCP) Server for Handwriting OCR.
2.5K
3 Tools
Version 4.43 or later needs to be installed to add the server automatically
About
Model Context Protocol (MCP) Server for Handwriting OCR .
Attribute | Details |
---|---|
Docker Image | mcp/handwriting-ocr |
Author | Handwriting-OCR |
Repository | https://github.com/Handwriting-OCR/handwriting-ocr-mcp-server |
Dockerfile | https://github.com/Handwriting-OCR/handwriting-ocr-mcp-server/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/handwriting-ocr --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence |
Tools provided by this Server | Short Description |
---|---|
check_status | Check the status of a document |
get_text | Retrieve the transcribed text from a document |
upload_document | Upload a document to Handwriting OCR API for transcription |
check_status
Check the status of a document
Parameters | Type | Description |
---|---|---|
id | string | Document ID |
get_text
Retrieve the transcribed text from a document
Parameters | Type | Description |
---|---|---|
id | string | Document ID |
upload_document
Upload a document to Handwriting OCR API for transcription
Parameters | Type | Description |
---|---|---|
file | string | Path to the document (PDF, JPG, PNG, etc.) |
delete_after | integer optional | Seconds until auto-deletion (optional) |
extractor_id | string optional | Extractor ID (required if action is extractor, will be ignored) |
prompt_id | string optional | Prompt ID (requires Enterprise subscription, will be ignored) |
{
"mcpServers": {
"handwriting-ocr": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_TOKEN",
"mcp/handwriting-ocr"
],
"env": {
"API_TOKEN": "your-api-token"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for