mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
improve docling document concept page
[skip ci] Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
3ec2d9479f
commit
514252ffe6
@ -11,9 +11,10 @@ It also brings a set of document construction APIs to build up a `DoclingDocumen
|
|||||||
|
|
||||||
## Example document structures
|
## Example document structures
|
||||||
|
|
||||||
To illustrate the features of the `DoclingDocument` format, consider the following side-by-side comparison of a
|
To illustrate the features of the `DoclingDocument` format, in the subsections below we consider the
|
||||||
`DoclingDocument` converted from `test/data/word_sample.docx`. Left side shows snippets from the converted document
|
`DoclingDocument` converted from `tests/data/word_sample.docx` and we present some side-by-side comparisons,
|
||||||
serialized as YAML, right side shows the corresponding visual parts in MS Word.
|
where the left side shows snippets from the converted document
|
||||||
|
serialized as YAML and the right one shows the corresponding parts of the original MS Word.
|
||||||
|
|
||||||
### Basic structure
|
### Basic structure
|
||||||
|
|
@ -57,7 +57,7 @@ nav:
|
|||||||
- Usage: usage.md
|
- Usage: usage.md
|
||||||
- Docling v2: v2.md
|
- Docling v2: v2.md
|
||||||
- Concepts:
|
- Concepts:
|
||||||
- Docling Document: concepts/docling_format.md
|
- Docling Document: concepts/docling_document.md
|
||||||
# - Chunking: concepts/chunking.md
|
# - Chunking: concepts/chunking.md
|
||||||
- Examples:
|
- Examples:
|
||||||
- Conversion:
|
- Conversion:
|
||||||
|
Loading…
Reference in New Issue
Block a user