Image-to-Text
Hezar
Persian
arxyzan commited on
Commit
8697699
·
verified ·
1 Parent(s): 2a73e36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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