Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecognizedForm

Package version

Represent recognized form consists of text fields that have semantic meanings.

Hierarchy

  • RecognizedForm

Index

Properties

fields

fields: Record<string, FormField>

Dictionary of named field values.

formType

formType: string

The type of the form.

Optional formTypeConfidence

formTypeConfidence: undefined | number

Confidence in the correctness of the form type.

For unlabeled models, this value will always be undefined.

Optional modelId

modelId: undefined | string

The model ID used to analyze the contents of this document.

pageRange

pageRange: FormPageRange

First and last page number where the document is found.

pages

pages: FormPage[]

Texts and tables extracted from a page in the input

Generated using TypeDoc