Wrapper for the Page object, adding web-specific properties.

Hierarchy

  • PageData
    • SBPageData

Constructors

  • Parameters

    • Optional source: DeepPartial<PageData>

    Returns SBPageData

Properties

documentDetectionStatus: DocumentDetectionStatus

The detection status of the page.

Default Value

null;
documentImageId: number

The unique identifier of the document image.

Default Value

null;
documentQuality: DocumentQuality

The quality score of the page.

Default Value

null;
filters: ParametricFilter[]

The list of filters applied to the page.

Default Value

null;
id: number

The unique identifier of the document.

Default Value

null;
originalImageId: number

The database identifier of the original image.

Default Value

null;
polygon: Point[]

The polygon of the page.

Default Value

[];
rotations?: number

The source of the page image.

Default Value

null;

Generated using TypeDoc