hiroi-sora/PaddleOCR-json
Offline OCR component that wraps PaddleOCR's C++ inference engine for JSON-based text recognition from images.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
This project compiles PaddleOCR into a standalone offline OCR engine. It accepts image files and outputs recognized text as JSON, suitable for integration into other programs as a subprocess or via TCP. The project provides multi-language APIs (Python, etc.) so developers can use OCR capability without C++ knowledge. It supports Windows x64 and Linux with optional mkldnn acceleration for faster inference.