Skip to content

Commit 4dd97cf

Browse files
committed
update doc
1 parent d8b4bba commit 4dd97cf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ If not set, the initialized parameter value will be used.
654654
</tr>
655655
<tr>
656656
<td><code>prompt_label</code></td>
657-
<td>The prompt type setting for the VL model, which takes effect only when <code>use_layout_detection=False</code>.</td>
657+
<td>The prompt type setting for the VL model, which takes effect only when <code>use_layout_detection=False</code>. The fillable parameters are <code>ocr</code>、<code>formula</code>、<code>table</code> and <code>chart</code>.</td>
658658
<td><code>str|None</code></td>
659659
<td><code>None</code></td>
660660
</tr>
@@ -1238,6 +1238,12 @@ Below are the API references for basic service-based deployment and examples of
12381238
<td>No</td>
12391239
</tr>
12401240
<tr>
1241+
<td><code>useDocOrientationClassify</code></td>
1242+
<td><code>boolean</code> | <code>null</code></td>
1243+
<td>Please refer to the description of the <code>use_doc_orientation_classify</code> parameter in the <code>predict</code> method of the PaddleOCR-VL object.</td>
1244+
<td>否</td>
1245+
</tr>
1246+
<tr>
12411247
<td><code>useDocUnwarping</code></td>
12421248
<td><code>boolean</code>|<code>null</code></td>
12431249
<td>Please refer to the description of the <code>use_doc_unwarping</code> parameter in the <code>predict</code> method of the PaddleOCR-VL object.</td>

docs/version3.x/pipeline_usage/PaddleOCR-VL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ MKL-DNN 缓存容量。
686686
</tr>
687687
<tr>
688688
<td><code>prompt_label</code></td>
689-
<td>VL模型的 prompt 类型设置,当且仅当 <code>use_layout_detection=False</code> 时生效。</td>
689+
<td>VL模型的 prompt 类型设置,当且仅当 <code>use_layout_detection=False</code> 时生效。可填写参数为<code>ocr</code>、<code>formula</code>、<code>table</code> 和 <code>chart</code>。</td>
690690
<td><code>str|None</code></td>
691691
<td><code>None</code></td>
692692
</tr>
@@ -1280,6 +1280,12 @@ INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
12801280
<td>否</td>
12811281
</tr>
12821282
<tr>
1283+
<td><code>useDocOrientationClassify</code></td>
1284+
<td><code>boolean</code> | <code>null</code></td>
1285+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>use_doc_orientation_classify</code> 参数相关说明。</td>
1286+
<td>否</td>
1287+
</tr>
1288+
<tr>
12831289
<td><code>useDocUnwarping</code></td>
12841290
<td><code>boolean</code> | <code>null</code></td>
12851291
<td>请参阅PaddleOCR-VL对象中 <code>predict</code> 方法的 <code>use_doc_unwarping</code> 参数相关说明。</td>

0 commit comments

Comments
 (0)