mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #15509] [CLOSED] feat: Allow configuring the PDF backend for Docling #23859
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/open-webui/open-webui/pull/15509
Author: @gkachru
Created: 7/3/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (4)
5d18c67feat: add configurable PDF backend support for document processing via docling68530e9feat: add docling PDF backend configuration options to translation files2559fe3feat: Docling PDF backend config layout changesc243578Merge branch 'dev' into main📊 Changes
60 files changed (+1566 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/retrieval/loaders/main.py(+3 -0)📝
backend/open_webui/routers/retrieval.py(+9 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+14 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/ar/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+2 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+2 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+2 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+2 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+2 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+2 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+2 -0)📝
src/lib/i18n/locales/en-US/translation.json(+2 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+2 -0)...and 40 more files
📄 Description
Description
Implement a setting to capture the PDF backend to pass as a configuration to Docling in case PDFs are not getting processed by the default.
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.