Hierarchy information for a page, containing heading-level blocks.
Matches the Rust PageHierarchy struct.
Fields
:block_count- Number of hierarchy blocks on this page:blocks- List of hierarchical blocks
Summary
Types
@type t() :: %Kreuzberg.PageHierarchy{ block_count: non_neg_integer(), blocks: [Kreuzberg.HierarchicalBlock.t()] }