diff --git a/test1/api.md b/test1/api.md index 17877666289f72bd30b54f990a2cd4ebedd5ec53..000fd18d1c5e933f977d1170a6437a464433c730 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 0f0772b0ea5849bb088776ed4e34c8aec8302607..585379e8c6f717733ab436749441be0668b4c6d8 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 |