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

DocumentMetadata

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

Information about the input document.

interface DocumentMetadata {
Pages?: number | null;
}

§Properties

§
Pages?: number | null
[src]

The number of pages that are detected in the document.