File size: 352 Bytes
f4a1864
 
 
 
 
 
8642645
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
language:
- fa
pipeline_tag: image-to-text
library_name: hezar
---
A TrOCR model for Persian. This is just a preview to verify the model works in Hezar. This model will be trained on more and better datasets soon!

#### Example
```python
from hezar import Model

model = Model.load("trocr-fa-v1")
text = model.predict(["image.jpg"])
print(text)
```