Recently, the MinerU plugin jointly developed by MinerU and Dify has been launched on the Dify Marketplace! This tutorial will provide detailed instructions on configuring the MinerU plugin and building workflows.
Recently, the MinerU plugin jointly developed by MinerU and Dify has been launched on the Dify Marketplace! This tutorial will provide detailed instructions on configuring the MinerU plugin and building workflows.
MinerU Dify Plugin Homepage:
https://marketplace.dify.ai/plugins/langgenius/mineru
# MinerU Service Base URL https://mineru.net # Token [Your API token] # Service Type MinerU Official API
ipconfig
→ Find "IPv4 Address"# Wireless network: ipconfig getifaddr en0 # Wired network: ipconfig getifaddr en1
hostname -I
or ip addr
# MinerU Service Base URL http://[Your IP]:8888 # Note: use http # Token (Leave blank) # Service Type Local Deployment
Request URL is missing protocol
Solution:
.env
file:
FILES_URL=http://api:5001
FILES_URL=http://[Host Machine IP]:5001
💡 Note:
- Update IP configuration when network environment changes
- This step is mandatory for proper file upload processing
graph TD A[Start Node] --> B[MinerU Plugin Node] B --> C[LLM Node] C --> D[End Node]
Create Blank Workflow App
Configure 【Start】 Node
uploadfile
(file upload)question
(user query)Add MinerU Plugin Node
uploadfile
as inputConfigure LLM Node
Parse File
outputParse File contains the parsed content of user-uploaded files
question
fieldSet 【End】 Node
text
fieldTest & Publish
🚀 Coming Soon: MinerU Plugin Integration with Dify Knowledge Base!