trocr-base-fa-v2 / README.md
arxyzan's picture
Create README.md
4eab14c
|
raw
history blame
No virus
249 Bytes
---
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)
```