mcp_ocr
Related Servers
Alternatives to mcp_ocr
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceModular OCR MCP server with pluggable backends (Apple Vision, PaddleOCR, PaddleOCR-VL) for extracting text, tables, formulas, and charts from images.-
- AlicenseCqualityBmaintenanceA local OCR MCP server that extracts text from images using PP-OCRv6 for fast text extraction and VL-1.6 for document structure analysis, with automatic model routing and GPU detection.32MIT
- FlicenseNot gradedqualityCmaintenanceProvides 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.-
- AlicenseNot gradedqualityNot gradedmaintenanceA macOS-based MCP server that enables high-accuracy text extraction from PDF and image files using the OwlOCR app or Apple's Vision Framework. It supports multi-language OCR and provides asynchronous tools for processing documents directly within MCP clients.MIT
- AlicenseAqualityBmaintenanceMCP server for image recognition, supporting multiple vision backends (Anthropic, Zhipu, Ollama) to describe, answer questions, and analyze images.317 npm1MIT
- FlicenseAqualityCmaintenanceMCP server enabling LLM clients without vision capability to process images by delegating to local Ollama vision models. Supports describing images, OCR, asking questions, and processing clipboard images.4-
TDQS
Scored across 14 tools
Each tool is uniquely identified by a combination of task (text, layout, table, batch, formula, chart) and backend (vision, paddle, paddleocr_vl). The backend distinctions are clearly described, preventing confusion between same-task tools. The two extra tasks (formula, chart) are only available for the paddleocr_vl backend, adding no ambiguity.
All tools follow a strict `ocr_<task>_<backend>` snake_case pattern. Every task and backend uses consistent vocabulary, making the naming scheme highly predictable and easy to navigate.
14 tools is well within the ideal range for a multi-backend OCR server. The count reflects three backends with shared core tasks plus two backend-specific extras, each earning its place without bloat.
The tool surface covers the primary OCR workflows: text extraction, layout analysis, table extraction, and batch processing across backends. The paddleocr_vl backend adds specialized formula and chart extraction, filling the expected niches. No obvious dead ends or missing critical operations.