opt doc
This commit is contained in:
parent
813e132508
commit
a41121b335
|
@ -73,10 +73,10 @@ im_show.save('result.jpg')
|
||||||
paddlestructure --image_dir=../doc/table/1.png
|
paddlestructure --image_dir=../doc/table/1.png
|
||||||
```
|
```
|
||||||
|
|
||||||
### 参数说明
|
### Parameter Description
|
||||||
大部分参数和paddleocr whl包保持一致,见 [whl包文档](../doc/doc_ch/whl.md)
|
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 |
|
| 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_max_len | When the table structure model predicts, the long side of the image is resized | 488 |
|
||||||
|
|
Loading…
Reference in New Issue