zackli4ai commited on
Commit
49d71ec
·
verified ·
1 Parent(s): 8ec05c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -23,11 +23,15 @@ base_model:
23
  nexa infer NexaAI/DeepSeek-OCR-GGUF
24
  ```
25
  3. Then drag your image to terminal or type into the image path
26
- 1. extract text
 
 
27
  ```bash
28
  <your-image-path> Free OCR.
29
  ```
30
- 2. extract bounding box
 
 
31
  ```bash
32
  <your-image-path> <|grounding|>Convert the document to markdown.
33
  ```
 
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
+
33
+
34
+ case 2 : extract bounding box
35
  ```bash
36
  <your-image-path> <|grounding|>Convert the document to markdown.
37
  ```