mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 20:44:16 +00:00
- Updated unit tests - Added documentation (Example notebook) Note: MyPy fails. Seems to be a known issue with BeautifulSoup: https://github.com/python/typeshed/pull/13604 Signed-off-by: Alexander Vaagan <alexander.vaagan@gmail.com> Signed-off-by: vaaale <2428222+vaaale@users.noreply.github.com>
11 lines
607 B
Plaintext
Vendored
11 lines
607 B
Plaintext
Vendored
item-0 at level 0: unspecified: group _root_
|
|
item-1 at level 1: title: Introduction
|
|
item-2 at level 1: text: This is the first paragraph of the introduction.
|
|
item-3 at level 1: section_header: Background
|
|
item-4 at level 1: text: Some background information here.
|
|
item-5 at level 1: list: group group
|
|
item-6 at level 2: list_item: First item in unordered list
|
|
item-7 at level 2: list_item: Second item in unordered list
|
|
item-8 at level 1: ordered_list: group group
|
|
item-9 at level 2: list_item: First item in ordered list
|
|
item-10 at level 2: list_item: Second item in ordered list |