trocr-base-fa-v2 / README.md
arxyzan's picture
Update README.md
6cf9af8
---
language:
- fa
library_name: hezar
tags:
- image-to-text
- hezar
pipeline_tag: image-to-text
---
A TrOCR model for Persian (V2)
#### Example
```python
from hezar.models import Model
model = Model.load("hezarai/trocr-base-fa-v2")
text = model.predict(["image.jpg"])
print(text)
```