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

Document analysis result.

Properties

apiVersion: ApiVersion

API version used to produce this result.

modelId: string

Document model ID used to produce this result.

stringIndexType: StringIndexType

Method used to compute string offset and length.

content: string

Concatenate string representation of all textual and visual elements in reading order.

pages: DocumentPage[]

Analyzed pages.

optional
paragraphs: DocumentParagraph[]

Extracted paragraphs.

optional
tables: DocumentTable[]

Extracted tables.

optional
keyValuePairs: DocumentKeyValuePair[]

Extracted key-value pairs.

optional
styles: DocumentStyle[]

Extracted font styles.

optional
languages: DocumentLanguage[]

Detected languages.

optional
documents: Document[]

Extracted documents.