Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Page

One page document analysis result.

Properties

Optional detectedDocumentTypes

detectedDocumentTypes: Array<DetectedDocumentType>

An array of detected document types.

Optional detectedLanguages

detectedLanguages: Array<DetectedLanguage>

An array of detected languages.

Optional dimensions

dimensions: model.Dimensions

Optional documentFields

documentFields: Array<DocumentField>

The form fields detected on the page.

Optional lines

lines: Array<Line>

The lines of text detected on the page.

pageNumber

pageNumber: number

The document page number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional tables

tables: Array<Table>

The tables detected on the page.

Optional words

words: Array<Word>

The words detected on the page.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Page): object

getJsonObj

  • getJsonObj(obj: Page): object