crnn-base-fa-64x256 / README.md
arxyzan's picture
Create README.md
a17576d
|
raw
history blame
410 Bytes
metadata
language:
  - fa
pipeline_tag: image-to-text

A CRNN model for Persian OCR. This model is based on a simple CNN + LSTM architecture inspired by this paper. More info about data and training will be provided soon.

Usage

from hezar import Model

crnn = Model.load("hezarai/crnn-base-fa-64x256")
texts = crnn.predict(["sample_image.jpg"])
print(texts)