Skip to main content
Module

x/document_ir/types.ts>DocumentHierarchy

Intermediate Representation for content
Latest
interface DocumentHierarchy
import { type DocumentHierarchy } from "https://deno.land/x/document_ir@0.0.15/types.ts";

Properties

headerText: string
optional
headerId: string
words: number
totalWords: number
children: DocumentHierarchy[]