Web SDK Models
Collection
3 items • Updated
面向浏览器 ONNX Runtime Web 的 PP-OCRv6 检测、裁切和识别模型集合,供 web-sdk-PP-OCRv6 使用。当前版本 1.0.0 提供 medium、small、tiny 三组预设。
| 文件 | 作用 | 字节数 | SHA-256 |
|---|---|---|---|
1.0.0/PP-OCRv6_medium_det.onnx |
medium 检测 | 62,032,837 | eb13b44b25bb36f89528b68720af8a61d9cf381176107f465db1757b65d086e1 |
1.0.0/PP-OCRv6_medium_rec.onnx |
medium 识别 | 76,554,979 | 9c09abf0957f7968c7586464b7397b84ad2387a0497a351af40e9acc71b673ba |
1.0.0/PP-OCRv6_small_det.onnx |
small 检测 | 9,880,512 | d73e0058b7a8086bbd57f3d10b8bcd4ff95363f67e06e2762b5e814fe9c9410e |
1.0.0/PP-OCRv6_small_rec.onnx |
small 识别 | 21,159,378 | 5435fd747c9e0efe15a96d0b378d5bd157e9492ed8fd80edf08f30d02fa24634 |
1.0.0/PP-OCRv6_tiny_det.onnx |
tiny 检测 | 1,780,590 | 193bab7a04fca699a6c82e6abb5b81bdb28177f0abd4062552b04908dafb19f8 |
1.0.0/PP-OCRv6_tiny_rec.onnx |
tiny 识别 | 4,462,639 | 9ef676d6ed3c88256a2d92c640c44f25b0c40947e111b14b8be8f594091563e6 |
识别模型对应字典位于 1.0.0/dictionaries/。1.0.0/manifest.json 描述完整 OCR 流水线、输入输出、预处理、后处理、字典和完整性信息。
模型来源为 PaddlePaddle PP-OCRv6 模型集合,各组件的固定上游 revision 记录在 manifest 中。模型和本仓库材料使用 Apache-2.0,详情见 THIRD_PARTY_NOTICES.md。
本仓库由个人账号维护,不是 PaddlePaddle 或 PaddleOCR 官方仓库,也未获得其认可或背书。
Browser-ready PP-OCRv6 detection and recognition ONNX assets for ONNX Runtime Web. Pinned upstream revisions and integrity metadata are recorded in the manifest. This personal repository is not an official PaddlePaddle repository and is not endorsed by PaddlePaddle or PaddleOCR.