Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayoutResult

Package version

The result of analysis using the prebuilt layout model ("prebuilt-layout").

This model produces only basic elements: pages, tables, and styles.

Hierarchy

Index

Properties

Properties

pages

pages: DocumentPage[]

styles

styles: DocumentStyle[]

The text styles that were observed in the input.

For example, this contains information about regions of the input where handwritten text occurs.

tables

tables: DocumentTable[]

Extracted tables, organized into cells that individually contain their extracted contents.

Generated using TypeDoc