paddleocr-mcp
Related Servers
Alternatives to paddleocr-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceModular OCR MCP server supporting Apple Vision, PaddleOCR, and PaddleOCR-VL backends. Enables text, layout, table, formula, and chart extraction from images via natural language.14MIT
- FlicenseNot gradedqualityBmaintenanceModular OCR MCP server with pluggable backends (Apple Vision, PaddleOCR, PaddleOCR-VL) for extracting text, tables, formulas, and charts from images.-
- AlicenseNot gradedqualityDmaintenanceLocal MCP server that provides multi-modal vision capabilities to single-modal base models via API, supporting multi-turn iterative image recognition and document image parsing.2Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables Claude to perform OCR on local files using Mistral AI's document processing capabilities. It converts documents and images into markdown format for seamless analysis and interaction.-
- 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 gradedqualityDmaintenanceHigh-performance OCR server using native Tesseract (C++) for text extraction from images, integrable with ChatGPT Desktop and other MCP clients.11MIT
TDQS
Scored across 3 tools
ocr_image and parse_document both accept images, and smart_ocr is a routing wrapper that overlaps both. The descriptions help somewhat, but an agent cannot clearly determine whether to call smart_ocr or the specific pipeline for a given input.
ocr_image and parse_document follow a verb_noun pattern, but smart_ocr is an adjective_noun exception. The naming is readable and consistently lowercased with underscores, yet the verb styles are mixed.
Three tools is a reasonable size for an OCR-focused server. The count is not excessive, though smart_ocr makes the set feel slightly redundant since it wraps the other two tools.
The set covers basic image OCR, document-level parsing, and PDF handling, which matches the apparent domain. Minor gaps exist around configuration options like language selection or output formatting, but core workflows are supported.