mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #427] [MERGED] feat(mineru):add MinerU pdf parse tool #1358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:plugin/mineru📝 Commits (1)
8fe04fcfeat(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.