Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface BoundingRegion
import { type BoundingRegion } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/interfaces/document-analysis-models.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.