open-webui/backend/open_webui/routers
Athanasios Oikonomou 657162e96d feat(ocr): add support for Docling OCR engine and language configuration
This commit adds support for configuring the OCR engine and language(s) for Docling.
Configuration can be set via the environment variables `DOCLING_OCR_ENGINE` and `DOCLING_OCR_LANG`, or through the UI.

Fixes #13133
2025-05-03 00:32:06 +03:00
..
audio.py Merge pull request #13376 from Thaniel94/add-whisper-language-constraint 2025-05-02 03:08:00 -07:00
auths.py feat: notes scaffolding 2025-05-01 16:39:36 +04:00
channels.py
chats.py enh: chat share & export permissions 2025-04-23 14:43:33 +09:00
configs.py refac 2025-04-05 04:12:57 -06:00
evaluations.py
files.py refac 2025-04-30 19:41:16 +04:00
folders.py
functions.py
groups.py
images.py refac: gpt-image-1 support 2025-04-29 19:34:00 +04:00
knowledge.py Update knowledge.py 2025-04-28 16:39:20 +10:00
memories.py refac 2025-04-12 15:10:43 -07:00
models.py
ollama.py refac: aiohttp trust_env=True 2025-04-28 16:47:34 +04:00
openai.py refac: aiohttp trust_env=True 2025-04-28 16:47:34 +04:00
pipelines.py refac: aiohttp trust_env=True 2025-04-28 16:47:34 +04:00
prompts.py
retrieval.py feat(ocr): add support for Docling OCR engine and language configuration 2025-05-03 00:32:06 +03:00
tasks.py
tools.py refac: rename hard to understand cryptic function names 2025-04-10 19:41:17 -07:00
users.py refac: user list sub-standard code 2025-04-30 16:49:41 +04:00
utils.py