What problem does it solve?
This Skill eliminates the guesswork and inconsistent accuracy of using a single OCR engine for diverse image content, such as mixed Chinese/English documents, complex layouts, or low-quality scans that require different processing strengths.
Core Features & Use Cases
- Intelligent Engine Selection: Automatically chooses Tesseract for fast English text extraction or PaddleOCR for high-accuracy Chinese and complex document processing, with fallback logic for low-confidence results.
- Parallel Multi-Engine Processing: Runs multiple OCR engines simultaneously to compare outputs and select the most reliable result with confidence scoring.
- Use Case: Process a batch of mixed-language restaurant menus or invoices, automatically extracting 98%+ accurate text without manual engine configuration or preprocessing tweaks.
Quick Start
Use the super-ocr skill to extract all text from the image 'mixed_document.png' and receive the highest-confidence, formatted result automatically.