Instructions to use PaddlePaddle/PP-OCRv6_tiny_rec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use PaddlePaddle/PP-OCRv6_tiny_rec with PaddleOCR:
# Please refer to the document for information on how to use the model. # https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/module_overview.html
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ PP-OCRv6 is a lightweight OCR system that combines architectural innovation with
|
|
| 47 |
|
| 48 |
2. **Lightweight Architectural Innovations:** (i) LCNetV4, a MetaFormer-style lightweight backbone with structural reparameterization; (ii) RepLKFPN, a detection neck with dilated reparameterizable depthwise convolutions; (iii) EncoderWithLightSVTR, a recognition neck with local-global attention and additive skip connections.
|
| 49 |
|
| 50 |
-
3. **Multi-Language and Scenario Support:** Supports
|
| 51 |
|
| 52 |
# PP-OCRv6_medium_rec
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
2. **Lightweight Architectural Innovations:** (i) LCNetV4, a MetaFormer-style lightweight backbone with structural reparameterization; (ii) RepLKFPN, a detection neck with dilated reparameterizable depthwise convolutions; (iii) EncoderWithLightSVTR, a recognition neck with local-global attention and additive skip connections.
|
| 49 |
|
| 50 |
+
3. **Multi-Language and Scenario Support:** Supports 50 languages and diverse industrial scenes (digital displays, dot-matrix characters, tire prints, etc.), surpassing Qwen3-VL-235B, GPT-5.5, and Gemini-3.1-Pro with orders of magnitude fewer parameters.
|
| 51 |
|
| 52 |
# PP-OCRv6_medium_rec
|
| 53 |
|