mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
minerU The existing plugin has an issue with API connection failure. #467
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?
Originally created by @lichangfeng-1 on GitHub (Jul 22, 2025).
Self Checks
Dify version
1.6.0
Plugin version
0.2.0
Cloud or Self Hosted
Self Hosted (Source), Self Hosted (Docker)
Steps to reproduce
Plugin Name
mineu
Function Description
The existing plugin has an issue with API connection failure.
I am using locally deployed dify and minerU2,
The current 0.2 version minerU plugin information of dify is as follows:
Image
Official Website URL
https://github.com/opendatalab/mineru
✔️ Error log
PARSE FILE:
Input:
{
"file": {
"dify_model_identity": "dify__file",
"id": null,
"tenant_id": "739f5fff-6xxxxxxxxxxxxxx42",
"type": "document",
"transfer_method": "local_file",
"remote_url": "xxxxx",[This address can be opened in the local network, it is a pdf file I uploaded]
"filename": "3.行业应用篇-DeepSeek入门宝典.pdf",
"extension": ".pdf",
"mime_type": "application/pdf",
"size": 1325796,
"url": "xxxxxx"
}
}
Output:
{
"text": "Failed to parse file. result: {"detail":[{"type":"missing","loc":["body","files"],"msg":"Field required","input":null}]}",
"files": [],
"json": [
{
"data": []
}
]
}
minerU2 backend logs:
INFO:"POST /file_parse?parse_method=auto&return_layout=False&return_info=False&return_content_list=True&return_images=True HTTP/1.1" 422 Unprocessable Entity
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @lichangfeng-1. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!