You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Sdcb.PaddleOCR |[](https://nuget.org/packages/Sdcb.PaddleOCR)| PaddleOCR library(based on Sdcb.PaddleInference) ⚙️ |
8
8
| Sdcb.PaddleOCR.Models.Online |[](https://nuget.org/packages/Sdcb.PaddleOCR.Models.Online)| Online PaddleOCR models, will download when first using 🌐 |
9
-
| Sdcb.PaddleOCR.Models.Local |[](https://nuget.org/packages/Sdcb.PaddleOCR.Models.Local)| Local models, relies on Shared, LocalV3 and LocalV4 models 🏠 |
9
+
| Sdcb.PaddleOCR.Models.Local |[](https://nuget.org/packages/Sdcb.PaddleOCR.Models.Local)| Recommended local PaddleOCR V5 models 🏠 |
10
+
11
+
## Local package note
12
+
13
+
`Sdcb.PaddleOCR.Models.Local` now exposes the recommended local V5 models only.
14
+
15
+
- Install `Sdcb.PaddleOCR.Models.Local` when you want the default local OCR experience.
16
+
- This package only contains the maintained local V5 entry points.
10
17
11
18
## Language supports
12
19
13
20
Please refer to https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/models_list_en.md to check language support models.
14
21
15
-
Just replace the `.ChineseV3` in demo code with your speicific language, then you can use the language.
22
+
Just replace the `.ChineseV5` in demo code with your speicific language, then you can use the language.
16
23
17
24
## Usage
18
25
@@ -28,7 +35,7 @@ Just replace the `.ChineseV3` in demo code with your speicific language, then yo
0 commit comments