1 Repo
Tools that translate OCR model weights between different framework formats for deployment.
Distinct from Model Format Converters: Distinct from Model Format Converters: specifically targets OCR model formats, not general ML model conversion.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · OCR. 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
Provides a utility to convert PaddleOCR models to ONNX format for cross-platform inference.