提交 f3c2bc34 编写于 作者: T tink2123

add starnet doc & test=document_fix

上级 a07fea85
...@@ -80,7 +80,9 @@ STAR-Net text recognition model inference, you can execute the following command ...@@ -80,7 +80,9 @@ STAR-Net text recognition model inference, you can execute the following command
```shell ```shell
python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png" --rec_model_dir="./inference/rec_starnet/" --rec_image_shape="3, 32, 100" --rec_char_dict_path="./ppocr/utils/ic15_dict.txt" python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png" --rec_model_dir="./inference/rec_starnet/" --rec_image_shape="3, 32, 100" --rec_char_dict_path="./ppocr/utils/ic15_dict.txt"
```` ````
![](../imgs_words_en/word_336.png) ![](../imgs_words_en/word_336.png)
The inference results are as follows: The inference results are as follows:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册