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/pipeline_usage/tutorials/ocr_pipelines/PP-DocTranslation.en.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1386,13 +1386,25 @@ After executing the above code, you will obtain the parsed results of the origin
1386
1386
<td><code>str|None</code></td>
1387
1387
<td>
1388
1388
<ul>
1389
-
<li><b>str</b>: Example data in key-value pair format, which can include a terminology对照表 (glossary)</li>
1389
+
<li><b>str</b>: Example data in key-value pair format</li>
1390
1390
<li><b>None</b>: Do not provide structured examples</li>
1391
1391
</ul>
1392
1392
</td>
1393
1393
<td><code>None</code></td>
1394
1394
</tr>
1395
1395
<tr>
1396
+
<td><code>glossary</code></td>
1397
+
<td>Glossary of technical terms</td>
1398
+
<td><code>dict|None</code></td>
1399
+
<td>
1400
+
<ul>
1401
+
<li><b>dict</b>: Dictionary for glossary mapping</li>
1402
+
<li><b>None</b>: Use default configuration</li>
1403
+
</ul>
1404
+
</td>
1405
+
<td><code>None</code></td>
1406
+
</tr>
1407
+
<tr>
1396
1408
<td><code>llm_request_interval</code></td>
1397
1409
<td>Time interval in seconds for sending requests to the large language model. This parameter can be used to prevent overly frequent calls to the large language model.</td>
0 commit comments