Update FAQ.md

This commit is contained in:
dyning 2020-06-16 12:55:46 +08:00 committed by GitHub
parent ff566d3699
commit d52120505b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,4 +48,5 @@ PaddleOCR已完成Windows和Mac系统适配运行时注意两点1、在[
原因TPS模块暂时无法支持变长的输入请设置 --rec_image_shape='3,32,100' --rec_char_type='en' 固定输入shape
11. **自定义字典训练的模型,识别结果出现字典里没出现的字**
预测时没有设置采用的自定义字典路径。设置方法是在预测时通过增加输入参数rec_char_dict_path来设置。