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

A content line object consisting of an adjacent sequence of content elements, such as words and selection marks.

Properties

content: string

Concatenated content of the contained elements in reading order.

optional
polygon: number[]

Bounding polygon of the line.

spans: DocumentSpan[]

Location of the line in the reading order concatenated content.