From 8258ca3e8121dabc78f6a5c2b51d15bfeb13b483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=8E=9D=E2=8E=9D=EF=BC=B6=EF=BC=AF=EF=BC=B8=20=E2=8E=A0?= =?UTF-8?q?=E2=8E=A0?= Date: Mon, 7 Apr 2025 11:02:05 +0700 Subject: [PATCH] Update docling.md made a mistake. --- docs/tutorials/integrations/docling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/integrations/docling.md b/docs/tutorials/integrations/docling.md index 007e938..42663e1 100644 --- a/docs/tutorials/integrations/docling.md +++ b/docs/tutorials/integrations/docling.md @@ -9,7 +9,7 @@ This tutorial is a community contribution and is not supported by the Open WebUI ## 🐤 Docling Document Extraction -This documentation provides a step-by-step guide to integrating Apache Tika with Open WebUI. Docling is a document processing library designed to transform a wide range of file formats—including PDFs, Word documents, spreadsheets, HTML, and images—into structured data such as JSON or Markdown. With built-in support for layout detection, table parsing, and language-aware processing, Docling streamlines document preparation for AI applications like search, summarization, and retrieval-augmented generation, all through a unified and extensible interface. +This documentation provides a step-by-step guide to integrating Docling with Open WebUI. Docling is a document processing library designed to transform a wide range of file formats—including PDFs, Word documents, spreadsheets, HTML, and images—into structured data such as JSON or Markdown. With built-in support for layout detection, table parsing, and language-aware processing, Docling streamlines document preparation for AI applications like search, summarization, and retrieval-augmented generation, all through a unified and extensible interface. Prerequisites ------------ @@ -63,4 +63,4 @@ This command starts the Docling container and maps port 5001 from the container ### Conclusion -Integrating Docling with Open WebUI is a simple and effective way to enhance document processing and content extraction capabilities. By following the steps in this guide, you can set up Docling as the default extraction engine and verify it’s working smoothly in a Docker environment. Once configured, Docling enables powerful, format-agnostic document parsing to support more advanced AI features in Open WebUI. \ No newline at end of file +Integrating Docling with Open WebUI is a simple and effective way to enhance document processing and content extraction capabilities. By following the steps in this guide, you can set up Docling as the default extraction engine and verify it’s working smoothly in a Docker environment. Once configured, Docling enables powerful, format-agnostic document parsing to support more advanced AI features in Open WebUI.