| # PP-OCR Burn Assets | |
| Runtime BurnPack weights for PaddleOCR PP-OCRv6. | |
| Generated source lives under `src-crates/core/src/ocr/models/pp_ocr/generated`. | |
| Weights live here so normal binaries do not embed all models. | |
| Expected files: | |
| - `pp_ocrv6_tiny_det.bpk` | |
| - `pp_ocrv6_small_det.bpk` | |
| - `pp_ocrv6_medium_det.bpk` | |
| - `pp_ocrv6_tiny_rec.bpk` | |
| - `pp_ocrv6_small_rec.bpk` | |
| - `pp_ocrv6_medium_rec.bpk` | |
| Regenerate with: | |
| ```bash | |
| cargo run -p xtask -- pp-ocr build | |
| ``` | |
| The generator downloads pinned Hugging Face ONNX models, patches them for Burn, | |
| generates Burn source and `.bpk` weights, then updates this directory. | |