Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SplitDocument

import type { SplitDocument } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";

Contains information about the pages of a document, defined by logical boundary.

interface SplitDocument {
Index?: number | null;
Pages?: number[] | null;
}

§Properties

§
Index?: number | null
[src]

The index for a given document in a DocumentGroup of a specific Type.

§
Pages?: number[] | null
[src]

An array of page numbers for a for a given document, ordered by logical boundary.