Metadata-Version: 2.4
Name: j-ppocr
Version: 0.2.0
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Image Recognition
License-File: LICENSE
License-File: THIRD-PARTY-NOTICES.txt
Summary: PP-OCR ONNX inference for Python via Rust (det+rec, no opencv/numpy)
Keywords: ocr,paddleocr,ppocr,onnx,text-recognition
Author: JYAARU
License-Expression: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ppocr_rust

PP-OCR (PaddleOCR) ONNX inference for Python, implemented in Rust with [`ort`](https://github.com/pykeio/ort) (ONNX Runtime).

- Detection (DBNet) + Recognition (CRNN/CTC), no OpenCV / numpy dependency on the Python side.
- Runs inference on native threads (no Python GIL contention).
- Models: PP-OCRv6 small ONNX (det + rec), recognition charset is read from the rec model's embedded `character` metadata.

License: Apache-2.0


