Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,35 @@ PP-OCRv4 supports multilingual OCR (Latin and non-Latin scripts), irregular layo
|
|
28 |
- recognized text string
|
29 |
- optional confidence score and orientation
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## License
|
32 |
- Licensed under [Apache-2.0](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/LICENSE)
|
33 |
|
|
|
28 |
- recognized text string
|
29 |
- optional confidence score and orientation
|
30 |
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## How to use
|
35 |
+
|
36 |
+
> ⚠️ **Hardware requirement:** the model currently runs **only on Qualcomm NPUs** (e.g., Snapdragon-powered AIPC).
|
37 |
+
> Apple NPU support is planned next.
|
38 |
+
|
39 |
+
### 1) Install Nexa-SDK
|
40 |
+
|
41 |
+
- Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows arm64 SDK](https://sdk.nexa.ai/model/PaddleOCR%20v4)
|
42 |
+
- (Other platforms coming soon)
|
43 |
+
|
44 |
+
### 2) Get an access token
|
45 |
+
Create a token in the Model Hub, then log in:
|
46 |
+
|
47 |
+
```bash
|
48 |
+
nexa config set license '<access_token>'
|
49 |
+
```
|
50 |
+
|
51 |
+
### 3) Run the model
|
52 |
+
Running:
|
53 |
+
|
54 |
+
```bash
|
55 |
+
nexa infer NexaAI/paddleocr-npu
|
56 |
+
```
|
57 |
+
|
58 |
+
---
|
59 |
+
|
60 |
## License
|
61 |
- Licensed under [Apache-2.0](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/LICENSE)
|
62 |
|