Files
Docling/tests/data/groundtruth/docling_v2/example_03.html.md
Cesar Berrospi Ramis aa92a57fa9 fix: Pass tests, update docling-core to 2.22.0 (#1150)
fix: update docling-core to 2.22.0

Update dependency library docling-core to latest release 2.22.0
Fix regression tests and ground truth files

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-03-13 09:45:55 +01:00

27 lines
610 B
Markdown

# Example Document
## Introduction
This is the first paragraph of the introduction.
## Background
Some background information here.
- First item in unordered list
- Nested item 1
- Nested item 2
- Second item in unordered list
1. First item in ordered list
1. Nested ordered item 1
2. Nested ordered item 2
3. Second item in ordered list
## Data Table
| Header 1 | Header 2 | Header 3 |
|--------------|--------------|--------------|
| Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
| Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
| Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |