Production-grade OCR with intelligent engine selection. Tesseract (lightweight, fast) and PaddleOCR (high accuracy, Chinese-optimized). Use when extracting t...
- Initial release of Super OCR: a production-grade OCR tool with intelligent engine selection. - Supports both Tesseract (fast, lightweight, ideal for English) and PaddleOCR (high-accuracy, optimized for Chinese). - Auto-detects language/content to pick the optimal engine, with force mode for manual selection. - Flexible output formats: plain text, structured, JSON, and verbose/debug options. - Includes an automated dependency management script for easy setup and environment checks. - Batch processing, advanced configuration, and Python API usage supported out of the box.