Update README.md
Browse files
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 |
|