Model Context Protocol (MCP) Server for Handwriting OCR
9.6K
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 |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/Handwriting-OCR/handwriting-ocr-mcp-server/blob/1b81cd90103265eac82d4a441fe669e6c7ccf03a/Dockerfile |
| Commit | 1b81cd90103265eac82d4a441fe669e6c7ccf03a |
| 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_statusCheck the status of a document
| Parameters | Type | Description |
|---|---|---|
id | string | Document ID |
get_textRetrieve the transcribed text from a document
| Parameters | Type | Description |
|---|---|---|
id | string | Document ID |
upload_documentUpload 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"
}
}
}
}
Content type
Image
Digest
sha256:141e2e00e…
Size
65.7 MB
Last updated
about 1 year ago
docker pull mcp/handwriting-ocrPulls:
1,232
Last week