--- 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) ```