mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #14821] issue: Failed to upload PDF file when using Docling #104370
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 @xiajianlin on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14821
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Can upload PDF files containing images normally when using docling
Actual Behavior
upload PDF files containing images failed.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@Expro commented on GitHub (Jun 10, 2025):
Seems like open-webui is incompatible with docling-serve v12 and v13. Last working version is v11.
@silentoplayz commented on GitHub (Jun 10, 2025):
Related - https://github.com/open-webui/open-webui/issues/14807
@geiseri commented on GitHub (Jun 11, 2025):
I have the same issue. I did notice this error with ALL versions of docling though
That is my setting for the OCR language. If i remove it then things start to work again. So it must be the API changed.
@frenzybiscuit commented on GitHub (Jun 12, 2025):
BINGO! This is correct.
In your docker compose file, set the image to: quay.io/docling-project/docling-serve:v0.11.0