Views
No views yet
pip install hezar1from hezar.models import Model
2
3model = Model.load("hezarai/crnn-fa-license-plate-recognition-v2")
4plate_text = model.predict("assets/license_plate_ocr_example.jpg")
5print(plate_text) # Persian text of mixed numbers and characters might not show correctly in the console['۵۷س۷۷۹۷۷']