Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Note that this model only works on a cropped image of a plate, so you have to ru
|
|
19 |
pip install hezar
|
20 |
```
|
21 |
```python
|
22 |
-
from hezar import Model
|
23 |
|
24 |
model = Model.load("hezarai/crnn-fa-64x256-license-plate-recognition")
|
25 |
plate_text = model.predict("assets/license_plate_ocr_example.jpg")
|
|
|
19 |
pip install hezar
|
20 |
```
|
21 |
```python
|
22 |
+
from hezar.models import Model
|
23 |
|
24 |
model = Model.load("hezarai/crnn-fa-64x256-license-plate-recognition")
|
25 |
plate_text = model.predict("assets/license_plate_ocr_example.jpg")
|