PPby PaddlePaddle
PaddleOCR-Edge-v5
7%Latest PaddleOCR with edge-tuned recognition head. 80+ languages, single binary.
OCRApache-2.0INT8FP16ocrmultilingual
142K downloads 8.4K deploymentsUpdated Apr 4, 2028
Headline:18.4ms · Qualcomm QCS8550 · INT8
Deploy PaddleOCR-Edge-v5
Pick a chip family. We hand you the artifacts (HEF, TRT engine, Core ML, ONNX) plus a one-click endpoint deploy. For private endpoints, on-prem deploy, or air-gapped distribution, see Enterprise.
HHailo-8
# Compile to Hailo HEF
$ pip install focsle
$ focsle pull paddlepaddle/paddleocr-edge-v5 --target hailo-8
$ focsle compile paddleocr-edge-v5.onnx --target hailo-8 --quant int8
# Run on-device (HailoRT)
import focsle.runtime as fr
m = fr.load("paddleocr-edge-v5.hef", target="hailo")
out = m.run(frame)One-click endpoint
Spins up a managed endpoint in the closest region. Pro and above.