Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ pipeline_tag: image-to-text
|
|
7 |
A CRNN model for Persian OCR. This model is based on a simple CNN + LSTM architecture inspired by [this paper](https://arxiv.org/abs/1507.05717).
|
8 |
More info about data and training will be provided soon.
|
9 |
|
|
|
|
|
|
|
|
|
10 |
#### Usage
|
11 |
```
|
12 |
pip install hezar
|
|
|
7 |
A CRNN model for Persian OCR. This model is based on a simple CNN + LSTM architecture inspired by [this paper](https://arxiv.org/abs/1507.05717).
|
8 |
More info about data and training will be provided soon.
|
9 |
|
10 |
+
Note that this model is only optimized for scanned documents and supports input characters of up to 32 (For an end-to-end OCR pipeline, use a text detector
|
11 |
+
model first to extract text boxes preferrably in word-level and then use this model), but it can be used to be fine-tuned on other domains like license plate
|
12 |
+
or handwritten texts.
|
13 |
+
|
14 |
#### Usage
|
15 |
```
|
16 |
pip install hezar
|