1 dépôt
Utilities that convert OCR applications into standalone binaries without runtime dependencies.
Distinct from Standalone Executable Generators: Distinct from Standalone Executable Generators: focuses on OCR-specific packaging, not general script-to-binary conversion.
Explore 1 awesome GitHub repository matching development tools & productivity · OCR Executable Generators. 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
Uses PyInstaller to package the OCR engine into a standalone executable without a Python runtime.