ConstAdds new pages from the provided images to the document with the specified Uuid.
The Uuid of the document to which pages will be added.
The images to be added as new pages.
Optionaloptions?: AddPageOptionsThe options to be used when adding pages.
Analyzes the quality of the document on the provided image.
The configuration to be used for analysis.
The image to be analyzed.
Clones the document with the specified Uuid.
The Uuid of the document to be cloned.
Creates a document from the provided images with the specified options.
Optionalimages?: ImageInput[]The images to be used for document creation.
Optionaloptions?: CreateDocumentOptionsThe options to be used for document creation.
Creates a document from the provided legacy pages with the specified image size limit.
OptionaldocumentImageSizeLimit?: numberThe maximum size of the longest edge of the document image. If the image exceeds this limit, it will be downscaled proportionally. Default is 0
The legacy pages to be used for document creation. Legacy filters that are set on the pages will be ignored. Please switch to ParametricFilters instead.
Creates a document from the provided PDF file with the specified options.
Optionaloptions?: CreateDocumentOptionsThe options to be used for document creation.
The PDF file uri to be used for document creation.
Deletes all stored documents.
Deletes the document with the specified Uuid.
The Uuid of the document to be deleted.
Checks if a document with the specified Uuid exists.
The Uuid of the document.
Retrieves the Uuids of all stored documents.
Loads the document with the specified Uuid.
The Uuid of the document.
Modifies a page within the document using the specified options.
The Uuid of the document containing the page to be modified.
Optionaloptions?: ModifyPageOptionsThe options specifying the modifications to be made to the page.
The Uuid of the page to be modified.
Moves a page within the document to a new position.
The Uuid of the document containing the page to be moved.
The index of the page to be moved.
The new index position for the page.
Removes all pages from the document with the specified Uuid.
The Uuid of the document from which all pages will be removed.
Removes pages with the specified Uuids from the document.
The Uuid of the document from which pages will be removed.
The Uuids of the pages to be removed.
Scans a document from the provided image.
The configuration to be used for scanning.
The image to be scanned.
Opens the Ready-To-Use UI Cropping screen with the desired configuration.
The configuration to be used for the cropping screen.
Opens the Ready-To-Use UI Document Scanner screen with the desired configuration.
The configuration to be used for the document scanner.
Entry point for all document features.