Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
https://github.com/frotms/PaddleOCR2Pytorch
|
| 8 |
|
|
@@ -119,5 +122,4 @@ python tools/infer/predict_system.py --use_gpu False --image_dir path/to/you
|
|
| 119 |
## Notes
|
| 120 |
|
| 121 |
- Prefer the `huggingface_hub` API (`hf_hub_download`/`snapshot_download`) for reliable downloads and caching.
|
| 122 |
-
- If needed, install safetensors: `pip install safetensors`.
|
| 123 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- en
|
| 6 |
+
- ja
|
| 7 |
+
new_version: PaddlePaddle/PP-OCRv5_server_det
|
| 8 |
+
pipeline_tag: image-to-text
|
| 9 |
---
|
| 10 |
https://github.com/frotms/PaddleOCR2Pytorch
|
| 11 |
|
|
|
|
| 122 |
## Notes
|
| 123 |
|
| 124 |
- Prefer the `huggingface_hub` API (`hf_hub_download`/`snapshot_download`) for reliable downloads and caching.
|
| 125 |
+
- If needed, install safetensors: `pip install safetensors`.
|
|
|