[PR #427] [MERGED] feat(mineru):add MinerU pdf parse tool #1358

Closed
opened 2026-02-16 10:22:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/427
Author: @Gevtolev
Created: 3/11/2025
Status: Merged
Merged: 3/18/2025
Merged by: @crazywoola

Base: mainHead: plugin/mineru


📝 Commits (1)

  • 8fe04fc feat(mineru):add MinerU pdf parse tool

📊 Changes

16 files changed (+1094 additions, -0 deletions)

View changed files

tools/mineru/.difyignore (+165 -0)
tools/mineru/.env.example (+4 -0)
tools/mineru/.gitignore (+168 -0)
tools/mineru/GUIDE.md (+112 -0)
tools/mineru/README.md (+67 -0)
tools/mineru/_assets/icon.svg (+248 -0)
tools/mineru/_assets/mineru_parse.png (+0 -0)
tools/mineru/main.py (+6 -0)
tools/mineru/manifest.yaml (+37 -0)
tools/mineru/provider/mineru.py (+17 -0)
tools/mineru/provider/mineru.yaml (+35 -0)
tools/mineru/requirements.txt (+1 -0)
tools/mineru/tools/parse.py (+99 -0)
tools/mineru/tools/parse.yaml (+62 -0)
tools/mineru/tools/replace_md_img_path.py (+34 -0)
tools/mineru/tools/replace_md_img_path.yaml (+39 -0)

📄 Description

add MinerU pdf parse tool


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/427 **Author:** [@Gevtolev](https://github.com/Gevtolev) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `plugin/mineru` --- ### 📝 Commits (1) - [`8fe04fc`](https://github.com/langgenius/dify-official-plugins/commit/8fe04fc7511fef972189b3899a212fee3ab6dc0b) feat(mineru):add MinerU pdf parse tool ### 📊 Changes **16 files changed** (+1094 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/mineru/.difyignore` (+165 -0) ➕ `tools/mineru/.env.example` (+4 -0) ➕ `tools/mineru/.gitignore` (+168 -0) ➕ `tools/mineru/GUIDE.md` (+112 -0) ➕ `tools/mineru/README.md` (+67 -0) ➕ `tools/mineru/_assets/icon.svg` (+248 -0) ➕ `tools/mineru/_assets/mineru_parse.png` (+0 -0) ➕ `tools/mineru/main.py` (+6 -0) ➕ `tools/mineru/manifest.yaml` (+37 -0) ➕ `tools/mineru/provider/mineru.py` (+17 -0) ➕ `tools/mineru/provider/mineru.yaml` (+35 -0) ➕ `tools/mineru/requirements.txt` (+1 -0) ➕ `tools/mineru/tools/parse.py` (+99 -0) ➕ `tools/mineru/tools/parse.yaml` (+62 -0) ➕ `tools/mineru/tools/replace_md_img_path.py` (+34 -0) ➕ `tools/mineru/tools/replace_md_img_path.yaml` (+39 -0) </details> ### 📄 Description add MinerU pdf parse tool --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:43 -05:00
yindo closed this issue 2026-02-16 10:22:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1358