Skip to content

Commit f3b503f

Browse files
committed
fix: 更新 README.md 中的链接格式,确保指向 n8n-nodes-mineru、Coze 和 Coze-Studio 的文档链接正确
1 parent 0fa43d1 commit f3b503f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is a community node package for n8n that integrates the MinerU document par
1616
* **Broad Format Support**: Intelligently parses various formats, including PDF, Word, PowerPoint, and images.
1717
* **Advanced Recognition**: Automatically recognizes and extracts text, tables, formulas, and image content.
1818

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).
2020

2121
### Coze Plugin (`coze`)
2222

@@ -27,7 +27,7 @@ This project provides a set of document parsing tools designed as plugins for th
2727
* **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.
2828
* **Synchronous Local Parsing (`parse_file_local.py`)**: Suitable for smaller files and quick parsing via a self-deployed or local MinerU API server.
2929

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).
3131

3232
### Coze Studio Plugin (`coze-studio`)
3333

@@ -38,4 +38,4 @@ Similar to the Coze plugin, this project offers document parsing tools specifica
3838
* **Asynchronous Online Parsing (`parse_file.py`)**: Uses the online MinerU API to handle large documents through an asynchronous, polling-based approach.
3939
* **Synchronous Local Parsing (`parse_file_local.py`)**: Provides a fast, synchronous method for parsing files using a local MinerU instance.
4040

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

Comments
 (0)