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