Interface DocumentLayout

Structured document layout produced by Florence-2 or similar document understanding models.

Captures the spatial arrangement of text, tables, figures, headings, and other semantic blocks within a multi-page document.

interface DocumentLayout {
    pages: DocumentPage[];
}

Properties

Properties

pages: DocumentPage[]

Pages in document order.