OCR Text Extraction API
io.github.Br0ski777/ocr-extractExtract text from images using OCR. Tesseract-powered. x402 micropayment.
Tools · 1
Use this when you need to extract text from an image. Accepts an image URL or base64-encoded image data. Returns the extracted text, word count, confidence score, and detected language. Do NOT use for…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ocr_text_extraction_api": {
"url": "https://ocr-extract.api.klymax402.com/mcp",
"transport": "sse"
}
}
}