1 repositorio
A text recognition library supporting Python, C++, Java, and C# with a unified ONNX-based inference pipeline.
Distinct from Cross-Platform Libraries: Distinct from Cross-Platform Libraries: focuses on OCR-specific library, not general cross-platform functionality.
Explore 1 awesome GitHub repository matching web development · OCR Libraries. Refine with filters or upvote what's useful.
RapidOCR is an offline deep-learning OCR engine that detects and recognizes text in images using ONNX Runtime, operating entirely without an internet connection. It provides a unified inference pipeline that runs across multiple platforms including Windows, Linux, macOS, Android, and Raspberry Pi, with programming language bindings for Python, C++, Java, and C#. The engine separates text detection and recognition into independent modules that can be swapped or fine-tuned individually, and abstracts the inference backend behind a unified interface allowing seamless switching between ONNX Runti
Ships a text recognition library with Python, C++, Java, and C# bindings using a unified ONNX pipeline.