import { type AnalyzeResult } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis.ts";
Document analysis result.
Properties
apiVersion: ApiVersion
API version used to produce this result.
stringIndexType: StringIndexType
Method used to compute string offset and length.
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.