Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnalyzedDocument

Package version

An extracted document object.

An AnalyzedDocument is an instance of one of the document types within a model. Its fields correspond to the field schema of the document type.

Hierarchy

  • AnalyzedDocument

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the document.

confidence

confidence: number

The service's confidence that it has correctly extracted the document.

docType

docType: string

The type of the document that was extracted. A model can have multiple document types (for example, in a composed model), so this property indicates which document type the fields of this document correspond to.

fields

fields: {}

The extracted fields, which correspond to the document type's field schema.

Type declaration

spans

spans: DocumentSpan[]

Locations of the document's elements in the content text (reading-order-concatenated content).

Generated using TypeDoc