Kimang18 commited on
Commit
4ea4b13
·
verified ·
1 Parent(s): f2188a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
 
 
 
5
  ```python
6
  from model import load_model
7
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ Please install `tror-yong-ocr` in order to use the model's weight.
6
+ ```bash
7
+ pip install tror-yong-ocr
8
+ ```
9
+
10
  ```python
11
  from model import load_model
12