mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 07:46:16 -05:00
[GH-ISSUE #18404] issue: mineru document processing backend only supports pdf #18586
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 @zinccat on GitHub (Oct 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18404
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.34
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Webui should not accept non PDF files for mineru backend
Actual Behavior
Parse file backend returns an error
Steps to Reproduce
Upload an non-pdf
Logs & Screenshots
NA
Additional Information
Fix line
288b323df8/backend/open_webui/retrieval/loaders/main.py (L373)@Classic298 commented on GitHub (Oct 18, 2025):
Sounds more like a missing feature than issue.
MinerU is a community added document parser.
PR welcome.