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: tools/paddleocr/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ Open the Plugin Marketplace, search for the PaddleOCR plugin, and install it to
14
14
15
15
You can get your AI Studio access token from [this page](https://aistudio.baidu.com/index/accessToken).
16
16
17
-
For each tool provided by the plugin, there is a corresponding API URL. It is required to provide at least one API URL in order to use the PaddleOCR plugin. To obtain the API URL, visit the [PaddleOCR official website](https://aistudio.baidu.com/paddleocr/task), click the **API** button in the upper-left corner, choose the example code for the tool you want to use (e.g., *Text Recognition (PP-OCRv5)*), and copy the `API_URL`. You do not need to provide URLs for all tools—only for those you intend to use.
18
-
19
-

17
+
For each tool provided by the plugin, there is a corresponding API URL. It is required to provide at least one API URL in order to use the PaddleOCR plugin. To obtain the API URL, visit the [PaddleOCR official website](https://aistudio.baidu.com/paddleocr), click the **API** button, choose the example code for the tool you want to use (e.g., *PP-OCRv5*), and copy the `API_URL`. You do not need to provide URLs for all tools—only for those you intend to use.
llm_description: Whether to enable end-to-end wireless table recognition mode. When enabled, the cell detection model will not be used, and only the table structure recognition model will be used.
372
398
form: llm
399
+
- name: markdownIgnoreLabels
400
+
type: string
401
+
required: false
402
+
label:
403
+
en_US: Labels to Ignore in Markdown Output
404
+
zh_Hans: Markdown 输出中忽略的标签
405
+
human_description:
406
+
en_US: 'Comma-separated list of labels to ignore when generating Markdown output. For example: "header,footer,page_number".'
0 commit comments