Skip to main content

Module document_structure

Module document_structure 

Source
Expand description

Document structure representation Document structure representation for hierarchical parsing

This module provides data structures to represent the hierarchical structure of documents, including headings, sections, and their relationships.

Structs§

DocumentStructure
Complete document structure with headings and sections
Heading
A heading in a document (e.g., chapter, section, subsection)
HeadingHierarchy
Hierarchical structure of a document
Section
A section in a document, defined by a heading and its content range
SectionNumber
Parsed section number with format information
StructureStatistics
Statistics about document structure

Enums§

SectionNumberFormat
Section numbering format (e.g., “1.2.3”, “Chapter 1”, “I.A.1”)