From 813e13250826b460456a3517e5bc4a22bb3b6a9e Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Thu, 24 Jun 2021 10:02:52 +0800 Subject: [PATCH] opt doc --- test1/api.md | 8 ++++---- test1/api_ch.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test1/api.md b/test1/api.md index 17877666..000fd18d 100644 --- a/test1/api.md +++ b/test1/api.md @@ -78,9 +78,9 @@ paddlestructure --image_dir=../doc/table/1.png | 字段 | 说明 | 默认值 | |------------------------|------------------------------------------------------|------------------| -| output | excel和识别结果保存的地址 | ./output/table | -| structure_max_len | structure模型预测时,图像的长边resize尺度 | 488 | -| structure_model_dir | structure inference 模型地址 | None | -| structure_char_type | structure 模型所用字典地址 | ../ppocr/utils/dict/table_structure_dict.tx | +| output | The path where excel and recognition results are saved | ./output/table | +| structure_max_len | When the table structure model predicts, the long side of the image is resized | 488 | +| structure_model_dir | Table structure inference model path | None | +| structure_char_type | Dictionary path used by table structure model | ../ppocr/utils/dict/table_structure_dict.tx | diff --git a/test1/api_ch.md b/test1/api_ch.md index 0f0772b0..585379e8 100644 --- a/test1/api_ch.md +++ b/test1/api_ch.md @@ -79,8 +79,8 @@ paddlestructure --image_dir=../doc/table/1.png | 字段 | 说明 | 默认值 | |------------------------|------------------------------------------------------|------------------| | output | excel和识别结果保存的地址 | ./output/table | -| structure_max_len | structure模型预测时,图像的长边resize尺度 | 488 | -| structure_model_dir | structure inference 模型地址 | None | -| structure_char_type | structure 模型所用字典地址 | ../ppocr/utils/dict/table_structure_dict.tx | +| table_max_len | 表格结构模型预测时,图像的长边resize尺度 | 488 | +| table_model_dir | 表格结构模型 inference 模型地址 | None | +| table_char_type | 表格结构模型所用字典地址 | ../ppocr/utils/dict/table_structure_dict.tx | -- GitLab