File size: 200 Bytes
7190790
 
 
 
4ea4b13
 
 
 
 
8569912
7190790
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
license: apache-2.0
---

Please install `tror-yong-ocr` in order to use the model's weight.
```bash
pip install tror-yong-ocr
```

```python
from model import load_model


model = load_model()
```