You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -654,7 +654,7 @@ If not set, the initialized parameter value will be used.
654
654
</tr>
655
655
<tr>
656
656
<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>
658
658
<td><code>str|None</code></td>
659
659
<td><code>None</code></td>
660
660
</tr>
@@ -1238,6 +1238,12 @@ Below are the API references for basic service-based deployment and examples of
1238
1238
<td>No</td>
1239
1239
</tr>
1240
1240
<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>
1241
1247
<td><code>useDocUnwarping</code></td>
1242
1248
<td><code>boolean</code>|<code>null</code></td>
1243
1249
<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>
0 commit comments