Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ The improvements include:
|
|
18 |
- Support numbers and special characters (see id2label in `model_config.yaml`)
|
19 |
- Auto-handling of LTR characters like digits in between the text
|
20 |
|
21 |
-
Note that this model is only optimized for printed/scanned documents and works best on texts with a length of up to 50-ish characters. (For an end-to-end OCR pipeline, use a text detector model first to
|
22 |
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 or handwritten texts.
|
23 |
|
24 |
#### Usage
|
|
|
18 |
- Support numbers and special characters (see id2label in `model_config.yaml`)
|
19 |
- Auto-handling of LTR characters like digits in between the text
|
20 |
|
21 |
+
Note that this model is only optimized for printed/scanned documents and works best on texts with a length of up to 50-ish characters. (For an end-to-end OCR pipeline, use a text detector model first like https://huggingface.co/hezarai/CRAFT to
|
22 |
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 or handwritten texts.
|
23 |
|
24 |
#### Usage
|