Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ If not set, the initialized parameter value will be used.
</tr>
<tr>
<td><code>prompt_label</code></td>
<td>The prompt type setting for the VL model, which takes effect only when <code>use_layout_detection=False</code>.</td>
<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>
<td><code>str|None</code></td>
<td><code>None</code></td>
</tr>
Expand Down Expand Up @@ -1238,6 +1238,12 @@ Below are the API references for basic service-based deployment and examples of
<td>No</td>
</tr>
<tr>
<td><code>useDocOrientationClassify</code></td>
<td><code>boolean</code> | <code>null</code></td>
<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>
<td>否</td>
</tr>
<tr>
<td><code>useDocUnwarping</code></td>
<td><code>boolean</code>|<code>null</code></td>
<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>
Expand Down
8 changes: 7 additions & 1 deletion docs/version3.x/pipeline_usage/PaddleOCR-VL.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ MKL-DNN 缓存容量。
</tr>
<tr>
<td><code>prompt_label</code></td>
<td>VL模型的 prompt 类型设置,当且仅当 <code>use_layout_detection=False</code> 时生效。</td>
<td>VL模型的 prompt 类型设置,当且仅当 <code>use_layout_detection=False</code> 时生效。可填写参数为 <code>ocr</code>、<code>formula</code>、<code>table</code> 和 <code>chart</code>。</td>
<td><code>str|None</code></td>
<td><code>None</code></td>
</tr>
Expand Down Expand Up @@ -1280,6 +1280,12 @@ INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
<td>否</td>
</tr>
<tr>
<td><code>useDocOrientationClassify</code></td>
<td><code>boolean</code> | <code>null</code></td>
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>use_doc_orientation_classify</code> 参数相关说明。</td>
<td>否</td>
</tr>
<tr>
<td><code>useDocUnwarping</code></td>
<td><code>boolean</code> | <code>null</code></td>
<td>请参阅PaddleOCR-VL对象中 <code>predict</code> 方法的 <code>use_doc_unwarping</code> 参数相关说明。</td>
Expand Down