From a41121b3356369cf23552cd2bcc763d9a69f5ac1 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Thu, 24 Jun 2021 15:45:51 +0800 Subject: [PATCH] opt doc --- test1/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test1/api.md b/test1/api.md index 000fd18d..6ce2e590 100644 --- a/test1/api.md +++ b/test1/api.md @@ -73,10 +73,10 @@ im_show.save('result.jpg') paddlestructure --image_dir=../doc/table/1.png ``` -### 参数说明 -大部分参数和paddleocr whl包保持一致,见 [whl包文档](../doc/doc_ch/whl.md) +### Parameter Description +Most of the parameters are consistent with the paddleocr whl package, see [whl package documentation](../doc/doc_ch/whl.md) -| 字段 | 说明 | 默认值 | +| Parameter | Description | Default | |------------------------|------------------------------------------------------|------------------| | 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 | -- GitLab