File size: 249 Bytes
4eab14c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 (V2)

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

model = Model.load("hezarai/trocr-base-fa-v2")
text = model.predict(["image.jpg"])
print(text)
```