import { type DocumentParagraph } from "https://deno.land/x/aiformrecognizer@v1.2.0/mod.ts";
A paragraph object consisting with contiguous lines generally with common alignment and spacing.
Properties
optional
role: ParagraphRoleSemantic role of the paragraph.
optional
boundingRegions: BoundingRegion[]Bounding regions covering the paragraph.
spans: DocumentSpan[]
Location of the paragraph in the reading order concatenated content.