| license: apache-2.0 | |
| tags: | |
| - paddleocr | |
| - onnx | |
| - ocr | |
| # PaddleOcrNet ONNX models | |
| ONNX exports of PaddleOCR / PaddleX models, organized by family, for use with | |
| the [PaddleOcrNet](https://github.com/) .NET runtime. Produced by | |
| `tools/export_onnx.py` (paddle2onnx). Derived from | |
| [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR), Apache-2.0 | |
| (Copyright PaddlePaddle Authors / Baidu, Inc.). See `LICENSE` and `NOTICE`. | |
| ## Layout | |
| ``` | |
| <family>/<model_name>/inference.onnx # the network (dynamic shapes) | |
| <family>/<model_name>/*.txt|*.yml # dict / label / config sidecars | |
| SHA256SUMS # checksums (also baked into the .NET registry) | |
| ``` | |
| Families: det, rec, cls, unwarp, layout, table_cls, table_structure, | |
| table_cell, formula, seal_det. | |