OCR Text Extraction — Image to Text, Multi-Language
axel-belfort/ocr-extractOCR (Optical Character Recognition) API for AI agents. Extract text from images via URL or base64 input. Confidence scoring, language detection, and multi-language support (English, French, German, Spanish, Chinese, Japanese, and more). Tools: media_extract_text_from_image. Use this for reading documents, receipts, screenshots, or any image with text. Essential for document processing pipelines. Returns: {text, confidence, language}. No API key required — x402 micropayment $0.005/call on Base L2.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ocr_text_extraction_—_image_to_text,_multi-language": {
"url": "https://github.com/Br0ski777/ocr-extract-x402",
"transport": "http"
}
}
}