Original PR: https://github.com/open-webui/open-webui/pull/15509 Author: @gkachru Created: 7/3/2025 Status: ❌ Closed
Base: dev ← Head: main
dev
main
5d18c67
68530e9
2559fe3
c243578
60 files changed (+1566 additions, -0 deletions)
📝 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)
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/routers/retrieval.py
src/lib/components/admin/Settings/Documents.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/ar/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bo-TB/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
src/lib/i18n/locales/da-DK/translation.json
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/dg-DG/translation.json
src/lib/i18n/locales/el-GR/translation.json
src/lib/i18n/locales/en-GB/translation.json
src/lib/i18n/locales/en-US/translation.json
src/lib/i18n/locales/es-ES/translation.json
...and 40 more files
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.