Skip to main content
interface BoundingRegion
import { type BoundingRegion } from "https://deno.land/x/aiformrecognizer@v1.1.0/mod.ts";

Bounding polygon on a specific page of the input.

Properties

pageNumber: number

1-based page number of page containing the bounding region.

polygon: number[]

Bounding polygon on the page, or the entire page if not specified.