|
1 | 1 | # Awesome MinerU |
2 | 2 |
|
3 | | -Templates and Plugins for Dify, n8n, Coze and more. |
| 3 | +A list of cool tools about MinerU. Check it out 👇🏻. |
4 | 4 |
|
5 | | -## Projects |
| 5 | +## Workflow Plugins |
6 | 6 |
|
7 | | -### n8n Node (`n8n-nodes-mineru`) |
| 7 | +- [Dify plugin](https://marketplace.dify.ai/plugins/langgenius/mineru) |
| 8 | + - [Source code](https://github.com/langgenius/dify-official-plugins/tree/main/tools/mineru) |
| 9 | +- [n8n Node](https://www.npmjs.com/package/n8n-nodes-mineru) |
| 10 | + - [Source code](./n8n-nodes-mineru/) |
| 11 | +- [Coze plugin](https://www.coze.cn/store/plugin/7527957359730360354?from=plugin_card) |
| 12 | + - [Source code](./coze/) |
| 13 | +- [Coze Studio plugin](https://www.coze.cn/store/plugin/7527957359730360354?from=plugin_card) |
| 14 | + - [Source code](./coze-studio/) |
| 15 | +- [FastGPT tool](https://cloud.fastgpt.io/dashboard/systemPlugin?type=tools) |
| 16 | + - [Source code](https://github.com/labring/fastgpt-plugin/tree/main/modules/tool/packages/mineru) |
8 | 17 |
|
9 | | -This is a community node package for n8n that integrates the MinerU document parsing API. It enables powerful, free, and comprehensive document parsing capabilities directly within your n8n workflows. |
| 18 | +## CLI Tools and SDKs |
10 | 19 |
|
11 | | -**Key Features:** |
| 20 | +- [mineru-vl-utils](https://github.com/opendatalab/mineru-vl-utils) A Python package for interacting |
| 21 | +with the MinerU Vision-Language Model. |
12 | 22 |
|
13 | | - * **Two Service Modes**: Includes two nodes: |
14 | | - * **MinerU Node**: For using the online MinerU API service, which creates a task, waits for the result, and returns a ZIP file with the parsed data. |
15 | | - * **MinerU Custom Service Node**: For connecting to a self-deployed, local MinerU API server, offering more customized configurations. |
16 | | - * **Broad Format Support**: Intelligently parses various formats, including PDF, Word, PowerPoint, and images. |
17 | | - * **Advanced Recognition**: Automatically recognizes and extracts text, tables, formulas, and image content. |
| 23 | +## Community Apps |
18 | 24 |
|
19 | | -For detailed installation and usage instructions, please see the [n8n-nodes-mineru](./n8n-nodes-mineru/README.md). |
| 25 | +- [语析](https://github.com/xerrors/Yuxi-Know) A knowledge graph agent platform integrates MinerU for document parsing. |
20 | 26 |
|
21 | | -### Coze Plugin (`coze`) |
22 | | - |
23 | | -This project provides a set of document parsing tools designed as plugins for the Coze platform, leveraging the MinerU API. |
24 | | - |
25 | | -**Included Tools:** |
26 | | - |
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 | | - * **Synchronous Local Parsing (`parse_file_local.py`)**: Suitable for smaller files and quick parsing via a self-deployed or local MinerU API server. |
29 | | - |
30 | | -For more information on the input and output parameters for each tool, refer to the [Coze](./coze/README.md). |
31 | | - |
32 | | -### Coze Studio Plugin (`coze-studio`) |
33 | | - |
34 | | -Similar to the Coze plugin, this project offers document parsing tools specifically adapted for the Coze Studio environment, utilizing the `requests_async` library. |
35 | | - |
36 | | -**Included Tools:** |
37 | | - |
38 | | - * **Asynchronous Online Parsing (`parse_file.py`)**: Uses the online MinerU API to handle large documents through an asynchronous, polling-based approach. |
39 | | - * **Synchronous Local Parsing (`parse_file_local.py`)**: Provides a fast, synchronous method for parsing files using a local MinerU instance. |
40 | | - |
41 | | -For complete usage details and parameter definitions, please consult the [Coze-Studio](./coze-studio/README.md). |
0 commit comments