Reza2kn commited on
Commit
9b5812b
·
verified ·
1 Parent(s): d013ac3

Update self-references after Koochik repo rename

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -42,7 +42,7 @@ python -m pip install -U "surya-ocr>=0.20.0"
42
  Replace `document.pdf` with an image, a PDF, or a folder containing images/PDFs:
43
 
44
  ```bash
45
- export SURYA_MODEL_CHECKPOINT=Reza2kn/Bina-0.1
46
  export SURYA_INFERENCE_BACKEND=vllm
47
 
48
  surya_ocr ./document.pdf --output_dir ./bina-output
@@ -70,7 +70,7 @@ Set the environment variables before importing `surya`:
70
  ```python
71
  import os
72
 
73
- os.environ["SURYA_MODEL_CHECKPOINT"] = "Reza2kn/Bina-0.1"
74
  os.environ["SURYA_INFERENCE_BACKEND"] = "vllm"
75
 
76
  from PIL import Image
@@ -113,7 +113,7 @@ python -m pip install -U "surya-ocr>=0.20.0"
113
  تصاویر/PDFها را قرار دهید:
114
 
115
  ```bash
116
- export SURYA_MODEL_CHECKPOINT=Reza2kn/Bina-0.1
117
  export SURYA_INFERENCE_BACKEND=vllm
118
 
119
  surya_ocr ./document.pdf --output_dir ./bina-output
@@ -141,7 +141,7 @@ surya_ocr ./document.pdf --images --output_dir ./bina-output
141
  ```python
142
  import os
143
 
144
- os.environ["SURYA_MODEL_CHECKPOINT"] = "Reza2kn/Bina-0.1"
145
  os.environ["SURYA_INFERENCE_BACKEND"] = "vllm"
146
 
147
  from PIL import Image
 
42
  Replace `document.pdf` with an image, a PDF, or a folder containing images/PDFs:
43
 
44
  ```bash
45
+ export SURYA_MODEL_CHECKPOINT=Reza2kn/Bina-0.1-Koochik
46
  export SURYA_INFERENCE_BACKEND=vllm
47
 
48
  surya_ocr ./document.pdf --output_dir ./bina-output
 
70
  ```python
71
  import os
72
 
73
+ os.environ["SURYA_MODEL_CHECKPOINT"] = "Reza2kn/Bina-0.1-Koochik"
74
  os.environ["SURYA_INFERENCE_BACKEND"] = "vllm"
75
 
76
  from PIL import Image
 
113
  تصاویر/PDFها را قرار دهید:
114
 
115
  ```bash
116
+ export SURYA_MODEL_CHECKPOINT=Reza2kn/Bina-0.1-Koochik
117
  export SURYA_INFERENCE_BACKEND=vllm
118
 
119
  surya_ocr ./document.pdf --output_dir ./bina-output
 
141
  ```python
142
  import os
143
 
144
+ os.environ["SURYA_MODEL_CHECKPOINT"] = "Reza2kn/Bina-0.1-Koochik"
145
  os.environ["SURYA_INFERENCE_BACKEND"] = "vllm"
146
 
147
  from PIL import Image