trocr-base-fa-v2 / README.md
arxyzan's picture
Update metadata with huggingface_hub
e6575aa
|
raw
history blame
279 Bytes
---
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 import Model
model = Model.load("hezarai/trocr-base-fa-v2")
text = model.predict(["image.jpg"])
print(text)
```