pdfmarkdown-ppocrv5-models
v1.0.0
Published
PP-OCRv5 mobile (multilingual) ONNX model weights + dictionary, redistributed for pdfmarkdown.app in-browser OCR. Served via jsDelivr.
Maintainers
Readme
pdfmarkdown-ppocrv5-models
PP-OCRv5 mobile (multilingual) ONNX model weights + character dictionary, redistributed for pdfmarkdown.app's in-browser OCR.
These are data files only — there is no JavaScript entry point. They are published to npm so that jsDelivr can serve them as a fast, global, CORS-enabled CDN to the browser (the original Git-LFS host is rate-limited and times out on the ~16.6 MB recognition model).
Files
| Path | Purpose |
| --- | --- |
| detection/PP-OCRv5_mobile_det_infer.ort | Text detection model (ORT format) |
| recognition/PP-OCRv5_mobile_rec_infer.onnx | Text recognition model (ONNX, multilingual) |
| recognition/ppocrv5_dict.txt | Recognition character dictionary |
jsDelivr URLs
https://cdn.jsdelivr.net/npm/[email protected]/detection/PP-OCRv5_mobile_det_infer.ort
https://cdn.jsdelivr.net/npm/[email protected]/recognition/PP-OCRv5_mobile_rec_infer.onnx
https://cdn.jsdelivr.net/npm/[email protected]/recognition/ppocrv5_dict.txtAttribution & License
The models are PP-OCRv5 from PaddleOCR, licensed under Apache-2.0. The ONNX/ORT exports and dictionary were sourced from PT-Perkasa-Pilar-Utama/ppu-paddle-ocr-models (the model repo used by the ppu-paddle-ocr library), also Apache-2.0.
This package redistributes those weights unmodified for pdfmarkdown.app's browser OCR. See LICENSE (Apache-2.0).
