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§
- Document
Structure - Complete document structure with headings and sections
- Heading
- A heading in a document (e.g., chapter, section, subsection)
- Heading
Hierarchy - Hierarchical structure of a document
- Section
- A section in a document, defined by a heading and its content range
- Section
Number - Parsed section number with format information
- Structure
Statistics - Statistics about document structure
Enums§
- Section
Number Format - Section numbering format (e.g., “1.2.3”, “Chapter 1”, “I.A.1”)