mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17846] feat: Add support for dots.ocr in Open WebUI #57083
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 @liorzilka on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17846
Check Existing Issues
Problem Description
Currently, Open WebUI does not support dots.ocr, which is a tool for extracting text from images efficiently.
Desired Solution you'd like
there will be an option to use dots.ocr as an ocr instead the tika or docling options
Alternatives Considered
Docling and Tika are not as effective as Dots.OCR, particularly for languages other than English.
Additional Context
No response
@tjbck commented on GitHub (Sep 28, 2025):
PR welcome.