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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This is a community node package for n8n that integrates the MinerU document par
16
16
***Broad Format Support**: Intelligently parses various formats, including PDF, Word, PowerPoint, and images.
17
17
***Advanced Recognition**: Automatically recognizes and extracts text, tables, formulas, and image content.
18
18
19
-
For detailed installation and usage instructions, please see the [n8n-nodes-mineru README](./n8n-nodes-mineru/README.md).
19
+
For detailed installation and usage instructions, please see the [n8n-nodes-mineru](./n8n-nodes-mineru/README.md).
20
20
21
21
### Coze Plugin (`coze`)
22
22
@@ -27,7 +27,7 @@ This project provides a set of document parsing tools designed as plugins for th
27
27
***Asynchronous Online Parsing (`parse_file.py`)**: Ideal for large documents. It creates an asynchronous task on the online MinerU service, polls for completion, and returns the full results, including a download link for a ZIP archive.
28
28
***Synchronous Local Parsing (`parse_file_local.py`)**: Suitable for smaller files and quick parsing via a self-deployed or local MinerU API server.
29
29
30
-
For more information on the input and output parameters for each tool, refer to the [Coze README](./coze/README.md).
30
+
For more information on the input and output parameters for each tool, refer to the [Coze](./coze/README.md).
31
31
32
32
### Coze Studio Plugin (`coze-studio`)
33
33
@@ -38,4 +38,4 @@ Similar to the Coze plugin, this project offers document parsing tools specifica
38
38
***Asynchronous Online Parsing (`parse_file.py`)**: Uses the online MinerU API to handle large documents through an asynchronous, polling-based approach.
39
39
***Synchronous Local Parsing (`parse_file_local.py`)**: Provides a fast, synchronous method for parsing files using a local MinerU instance.
40
40
41
-
For complete usage details and parameter definitions, please consult the [Coze-Studio README](./coze-studio/README.md).
41
+
For complete usage details and parameter definitions, please consult the [Coze-Studio](./coze-studio/README.md).
0 commit comments