[PR #15509] [CLOSED] feat: Allow configuring the PDF backend for Docling #39489

Closed
opened 2026-04-25 12:03:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15509
Author: @gkachru
Created: 7/3/2025
Status: Closed

Base: devHead: main


📝 Commits (4)

  • 5d18c67 feat: add configurable PDF backend support for document processing via docling
  • 68530e9 feat: add docling PDF backend configuration options to translation files
  • 2559fe3 feat: Docling PDF backend config layout changes
  • c243578 Merge 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

  • A new configurable setting for Docling to set the PDF Backend

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/15509 **Author:** [@gkachru](https://github.com/gkachru) **Created:** 7/3/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (4) - [`5d18c67`](https://github.com/open-webui/open-webui/commit/5d18c67184922892ebcbc0530b3b538a235f2a22) feat: add configurable PDF backend support for document processing via docling - [`68530e9`](https://github.com/open-webui/open-webui/commit/68530e96d5b29841ba203678dfe7935b51879187) feat: add docling PDF backend configuration options to translation files - [`2559fe3`](https://github.com/open-webui/open-webui/commit/2559fe344d298a4937b8ba433fe795d0763de263) feat: Docling PDF backend config layout changes - [`c243578`](https://github.com/open-webui/open-webui/commit/c243578520aa1029b2b8d0bf0a03f2b033ad2e0a) Merge branch 'dev' into main ### 📊 Changes **60 files changed** (+1566 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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 - A new configurable setting for Docling to set the PDF Backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 12:03:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#39489