Views
No views yet
1from hezar.models import Model 2 3model = Model.load("trocr-base-fa-v1") 4text = model.predict(["image.jpg"]) 5print(text)