Skip to content

Commit 96cab6b

Browse files
authored
docs: enrich landing pages (#2165)
Signed-off-by: Panos Vagenas <[email protected]>
1 parent fb3b7b9 commit 96cab6b

File tree

6 files changed

+58
-7
lines changed

6 files changed

+58
-7
lines changed
124 KB
Loading

docs/assets/visual_grounding.png

222 KB
Loading

docs/concepts/docling_document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
With Docling v2, we introduce a unified document representation format called `DoclingDocument`. It is defined as a
1+
With Docling v2, we introduced a unified document representation format called `DoclingDocument`. It is defined as a
22
pydantic datatype, which can express several features common to documents, such as:
33

44
* Text, Tables, Pictures, and more

docs/concepts/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
Use the navigation on the left to browse through some core Docling concepts.
1+
In this space, you can peek under the hood and learn some fundamental Docling concepts!
2+
3+
Here some of our picks to get you started:
4+
5+
- 🏛️ Docling [architecture](./architecture.md)
6+
- 📄 [Docling Document](./docling_document.md)
7+
- core operations like ✍️ [serialization](./serialization.md) and ✂️ [chunking](./chunking.md)
8+
9+
👈 ... and there is much more: explore all the concepts using the navigation menu on the side
10+
11+
<div class="grid" style="text-align: center">
12+
<div class="card">
13+
<img loading="lazy" alt="Docling architecture" src="../assets/docling_arch.png" width="75%" />
14+
<hr />
15+
Docling architecture outline
16+
</div>
17+
</div>

docs/examples/index.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
Use the navigation on the left to browse through examples covering a range of possible workflows and use cases.
1+
In this space, you can explore numerous Docling application recipes & end-to-end workflows!
2+
3+
Here some of our picks to get you started:
4+
5+
- 🔀 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
6+
- 💬 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)
7+
- examples for ✍️ [serialization](./serialization.ipynb) and ✂️ [chunking](./hybrid_chunking.ipynb), including [user-defined customizations](./advanced_chunking_and_serialization.ipynb)
8+
- 🖼️ [picture annotations](./pictures_description.ipynb) and [enrichments](./enrich_doclingdocument.py)
9+
10+
👈 ... and there is much more: explore all the examples using the navigation menu on the side
11+
12+
<div class="grid" style="text-align: center">
13+
<div class="card">
14+
Visual grounding
15+
<hr />
16+
<img loading="lazy" alt="RAG with visual grounding" src="../assets/visual_grounding.png" height="150px" />
17+
</div>
18+
<div class="card">
19+
Picture annotations
20+
<hr />
21+
<img loading="lazy" alt="Picture annotation" src="../assets/picture_annotations.png" height="150px" />
22+
</div>
23+
</div>

docs/integrations/index.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
Use the navigation on the left to browse through Docling integrations with popular frameworks and tools.
1+
In this space, you can explore various Docling integrations with leading frameworks and tools!
22

3+
Here some of our picks to get you started:
34

4-
<p align="center">
5-
<img loading="lazy" alt="Docling" src="../assets/docling_ecosystem.png" width="100%" />
6-
</p>
5+
- [🦜️🔗 LangChain](./langchain.md)
6+
- [༄ Langflow](./langflow.md)
7+
- [🦙 LlamaIndex](./llamaindex.md)
8+
- [🌾 Haystack](./haystack.md)
9+
- [🇨 Crew AI](./crewai.md)
10+
11+
👈 ... and there is much more: explore all integrations using the navigation menu on the side
12+
13+
<div class="grid" style="text-align: center">
14+
<div class="card">
15+
<img loading="lazy" alt="Part of Docling's ecosystem" src="../assets/docling_ecosystem.png" width="75%" />
16+
<hr />
17+
A glimpse into Docling's ecosystem
18+
</div>
19+
</div>

0 commit comments

Comments
 (0)