Provides OCR services powered by Google's Gemini API to extract text from images via file paths or base64 strings. It enables high-accuracy text recognition and CAPTCHA processing through simple MCP tools.
Enables MCP clients to run OCR on local image files through a single long-lived PaddleOCR backend shared across clients, returning recognized lines as a Markdown table with optional coordinate and confidence columns.
Provides OCR (Optical Character Recognition) capabilities through MCP, including text extraction and document layout parsing to Markdown. Supports multiple PaddleOCR models like PP-OCRv5, PP-OCRv6, and PP-StructureV3.