|
|
@@ -1479,6 +1479,30 @@ Below is the API reference for basic serving deployment and examples of service
|
|
|
<td>No</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+<td><code>layoutThreshold</code></td>
|
|
|
+<td><code>number</code> | <code>null</code></td>
|
|
|
+<td>Please refer to the description of the <code>layout_threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td>No</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td><code>layoutNms</code></td>
|
|
|
+<td><code>boolean</code> | <code>null</code></td>
|
|
|
+<td>Please refer to the description of the <code>layout_nms</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td>No</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td><code>layoutUnclipRatio</code></td>
|
|
|
+<td><code>number</code> | <code>array</code> | <code>object</code> | <code>null</code></td>
|
|
|
+<td>Please refer to the description of the <code>layout_unclip_ratio</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td>No</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td><code>layoutMergeBboxesMode</code></td>
|
|
|
+<td><code>string</code> | <code>object</code> | <code>null</code></td>
|
|
|
+<td>Please refer to the description of the <code>layout_merge_bboxes_mode</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td>No</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
<td><code>textDetLimitSideLen</code></td>
|
|
|
<td><code>integer</code> | <code>null</code></td>
|
|
|
<td>Please refer to the description of the <code>text_det_limit_side_len</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
@@ -1551,27 +1575,21 @@ Below is the API reference for basic serving deployment and examples of service
|
|
|
<td>No</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
-<td><code>layoutThreshold</code></td>
|
|
|
-<td><code>number</code> | <code>null</code></td>
|
|
|
-<td>Please refer to the description of the <code>layout_threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
-<td>No</td>
|
|
|
-</tr>
|
|
|
-<tr>
|
|
|
-<td><code>layoutNms</code></td>
|
|
|
-<td><code>boolean</code> | <code>null</code></td>
|
|
|
-<td>Please refer to the description of the <code>layout_nms</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td><code>useTableCellsOcrResults</code></td>
|
|
|
+<td><code>boolean</code></td>
|
|
|
+<td>Please refer to the description of the <code>use_table_cells_ocr_results</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
<td>No</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
-<td><code>layoutUnclipRatio</code></td>
|
|
|
-<td><code>number</code> | <code>array</code> | <code>object</code> | <code>null</code></td>
|
|
|
-<td>Please refer to the description of the <code>layout_unclip_ratio</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td><code>useE2eWiredTableRecModel</code></td>
|
|
|
+<td><code>boolean</code></td>
|
|
|
+<td>Please refer to the description of the <code>use_e2e_wired_table_rec_model</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
<td>No</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
-<td><code>layoutMergeBboxesMode</code></td>
|
|
|
-<td><code>string</code> | <code>object</code> | <code>null</code></td>
|
|
|
-<td>Please refer to the description of the <code>layout_merge_bboxes_mode</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
+<td><code>useE2eWirelessTableRecModel</code></td>
|
|
|
+<td><code>boolean</code></td>
|
|
|
+<td>Please refer to the description of the <code>use_e2e_wireless_table_rec_model</code> parameter of the pipeline object's <code>predict</code> method.</td>
|
|
|
<td>No</td>
|
|
|
</tr>
|
|
|
</tbody>
|