interface AddPageParams {
    documentDetection?: boolean;
    documentID: string;
    filters?: ParametricFilter[];
    imageFileUri: string;
    index?: number;
}

Properties

documentDetection?: boolean

Recognizes documents on created document. Default is true.

documentID: string

Document ID to which this page will be added.

filters?: ParametricFilter[]

The list of filters applied to the page.

imageFileUri: string

Image URI that will be used to create a page.

index?: number

Set preferred index at which new page should be added.