interface ModifyPageParams {
    documentID: string;
    filters?: ParametricFilter[];
    pageID: string;
    polygon?: Point[];
    rotation?: PageRotation;
}

Properties

documentID: string

Document ID in which this page exists.

filters?: ParametricFilter[]

The list of filters to apply.

pageID: string

Page by its ID that will be modified.

polygon?: Point[]

The array of recognition polygon points to apply.

rotation?: PageRotation

The type of rotation to apply. If not specified, no rotation is applied.