|
|
@@ -1371,6 +1371,30 @@ Below are the API references for basic serving deployment and multi-language ser
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+<ul>
|
|
|
+<li>When the request is processed successfully, the <code>result</code> in the response body has the following properties:</li>
|
|
|
+</ul>
|
|
|
+<table>
|
|
|
+<thead>
|
|
|
+<tr>
|
|
|
+<th>Name</th>
|
|
|
+<th>Type</th>
|
|
|
+<th>Meaning</th>
|
|
|
+</tr>
|
|
|
+</thead>
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td><code>tableRecResults</code></td>
|
|
|
+<td><code>object</code></td>
|
|
|
+<td>The table recognition results. The array length is 1 (for image input) or the smaller of the number of document pages and 10 (for PDF input). For PDF input, each element in the array represents the processing result of each page in the PDF file.</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td><code>dataInfo</code></td>
|
|
|
+<td><code>object</code></td>
|
|
|
+<td>Information about the input data.</td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|
|
|
<p>Each element in <code>tableRecResults</code> is an <code>object</code> with the following properties:</p>
|
|
|
<table>
|
|
|
<thead>
|