diff --git a/docs/assets/picture_annotations.png b/docs/assets/picture_annotations.png new file mode 100644 index 00000000..0869d58d Binary files /dev/null and b/docs/assets/picture_annotations.png differ diff --git a/docs/assets/visual_grounding.png b/docs/assets/visual_grounding.png new file mode 100644 index 00000000..09242f9b Binary files /dev/null and b/docs/assets/visual_grounding.png differ diff --git a/docs/concepts/docling_document.md b/docs/concepts/docling_document.md index 6209ad21..4b20b7f7 100644 --- a/docs/concepts/docling_document.md +++ b/docs/concepts/docling_document.md @@ -1,4 +1,4 @@ -With Docling v2, we introduce a unified document representation format called `DoclingDocument`. It is defined as a +With Docling v2, we introduced a unified document representation format called `DoclingDocument`. It is defined as a pydantic datatype, which can express several features common to documents, such as: * Text, Tables, Pictures, and more diff --git a/docs/concepts/index.md b/docs/concepts/index.md index b48345e2..312f58c2 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -1 +1,17 @@ -Use the navigation on the left to browse through some core Docling concepts. +In this space, you can peek under the hood and learn some fundamental Docling concepts! + +Here some of our picks to get you started: + +- 🏛️ Docling [architecture](./architecture.md) +- 📄 [Docling Document](./docling_document.md) +- core operations like ✍️ [serialization](./serialization.md) and ✂️ [chunking](./chunking.md) + +👈 ... and there is much more: explore all the concepts using the navigation menu on the side + +
+
+ Docling architecture +
+ Docling architecture outline +
+
diff --git a/docs/examples/index.md b/docs/examples/index.md index a0934920..b70b4b12 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -1 +1,23 @@ -Use the navigation on the left to browse through examples covering a range of possible workflows and use cases. +In this space, you can explore numerous Docling application recipes & end-to-end workflows! + +Here some of our picks to get you started: + +- 🔀 conversion examples ranging from [simple conversion to Markdown](./minimal.py) and export of [figures](./export_figures.py) & [tables](./export_tables.py), to [VLM](./minimal_vlm_pipeline.py) and [audio](./minimal_asr_pipeline.py) pipelines +- 💬 various RAG examples, e.g. based on [LangChain](./rag_langchain.ipynb), [LlamaIndex](./rag_llamaindex.ipynb), or [Haystack](./rag_haystack.ipynb), including [visual grounding](./visual_grounding.ipynb), and using different vector stores like [Milvus](./rag_milvus.ipynb), [Weaviate](./rag_weaviate.ipynb), or [Qdrant](./retrieval_qdrant.ipynb) +- examples for ✍️ [serialization](./serialization.ipynb) and ✂️ [chunking](./hybrid_chunking.ipynb), including [user-defined customizations](./advanced_chunking_and_serialization.ipynb) +- 🖼️ [picture annotations](./pictures_description.ipynb) and [enrichments](./enrich_doclingdocument.py) + +👈 ... and there is much more: explore all the examples using the navigation menu on the side + +
+
+ Visual grounding +
+ RAG with visual grounding +
+
+ Picture annotations +
+ Picture annotation +
+
diff --git a/docs/integrations/index.md b/docs/integrations/index.md index fb8d7fe0..0395c7bb 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -1,6 +1,19 @@ -Use the navigation on the left to browse through Docling integrations with popular frameworks and tools. +In this space, you can explore various Docling integrations with leading frameworks and tools! +Here some of our picks to get you started: -

- Docling -

+- [🦜️🔗 LangChain](./langchain.md) +- [༄ Langflow](./langflow.md) +- [🦙 LlamaIndex](./llamaindex.md) +- [🌾 Haystack](./haystack.md) +- [🇨 Crew AI](./crewai.md) + +👈 ... and there is much more: explore all integrations using the navigation menu on the side + +
+
+ Part of Docling's ecosystem +
+ A glimpse into Docling's ecosystem +
+