From 8b2043fae4e36b0a643b6b74d6a947aa9e85d722 Mon Sep 17 00:00:00 2001 From: Leif <4603009@qq.com> Date: Wed, 10 Nov 2021 14:58:49 +0800 Subject: [PATCH] Update config.md --- doc/doc_ch/config.md | 1 - doc/doc_en/config_en.md | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/doc_ch/config.md b/doc/doc_ch/config.md index ed486aa8..b309f11b 100644 --- a/doc/doc_ch/config.md +++ b/doc/doc_ch/config.md @@ -39,7 +39,6 @@ | infer_img | 设置预测图像路径或文件夹路径 | ./infer_img | \|| | character_dict_path | 设置字典路径 | ./ppocr/utils/ppocr_keys_v1.txt | 如果为空,则默认使用小写字母+数字作为字典 | | max_text_length | 设置文本最大长度 | 25 | \ | -| character_type | 设置字符类型 | ch | en/ch, en时将使用默认dict,ch时使用自定义dict| | use_space_char | 设置是否识别空格 | True | 仅在 character_type=ch 时支持空格 | | label_list | 设置方向分类器支持的角度 | ['0','180'] | 仅在方向分类器中生效 | | save_res_path | 设置检测模型的结果保存地址 | ./output/det_db/predicts_db.txt | 仅在检测模型中生效 | diff --git a/doc/doc_en/config_en.md b/doc/doc_en/config_en.md index 40295dff..530ddb2e 100644 --- a/doc/doc_en/config_en.md +++ b/doc/doc_en/config_en.md @@ -39,7 +39,6 @@ Take rec_chinese_lite_train_v2.0.yml as an example | infer_img | Set inference image path or folder path | ./infer_img | \|| | character_dict_path | Set dictionary path | ./ppocr/utils/ppocr_keys_v1.txt | If the character_dict_path is None, model can only recognize number and lower letters | | max_text_length | Set the maximum length of text | 25 | \ | -| character_type | Set character type | ch | en/ch, the default dict will be used for en, and the custom dict will be used for ch | | use_space_char | Set whether to recognize spaces | True | Only support in character_type=ch mode | | label_list | Set the angle supported by the direction classifier | ['0','180'] | Only valid in angle classifier model | | save_res_path | Set the save address of the test model results | ./output/det_db/predicts_db.txt | Only valid in the text detection model | -- GitLab