Update README.md
Browse files
README.md
CHANGED
|
@@ -19,9 +19,20 @@ base_model:
|
|
| 19 |
1. **Install [NexaSDK](https://github.com/NexaAI/nexa-sdk)**
|
| 20 |
2. Run the model locally with one line of code:
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Model Description
|
| 27 |
**DeepSeek OCR** is a high-accuracy optical character recognition model built for extracting text from complex visual inputs such as documents, screenshots, receipts, and natural scenes.
|
|
|
|
| 19 |
1. **Install [NexaSDK](https://github.com/NexaAI/nexa-sdk)**
|
| 20 |
2. Run the model locally with one line of code:
|
| 21 |
|
| 22 |
+
```bash
|
| 23 |
+
nexa infer NexaAI/DeepSeek-OCR-GGUF
|
| 24 |
+
```
|
| 25 |
+
3. Then drag your image to terminal or type into the image path
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
case 1 : extract text
|
| 29 |
+
```bash
|
| 30 |
+
<your-image-path> Free OCR.
|
| 31 |
+
```
|
| 32 |
+
case 2 : extract bounding box
|
| 33 |
+
```bash
|
| 34 |
+
<your-image-path> <|grounding|>Convert the document to markdown.
|
| 35 |
+
```
|
| 36 |
|
| 37 |
## Model Description
|
| 38 |
**DeepSeek OCR** is a high-accuracy optical character recognition model built for extracting text from complex visual inputs such as documents, screenshots, receipts, and natural scenes.
|