Const
Clone a document by its ID.
Create a new document.
Create a new document from legacy pages.
Create a new document from PDF file.
Creates a PDF for the given document. Please check the extra options that are part of the input params to modify the created PDF file per your needs.
Creates a TIFF for the given document. Please check the extra options that are part of the input params to modify the created TIFF file per your needs.
Delete all documents.
Delete a document by its ID.
Check if a document with the given ID exists.
Load a document by its ID.
Modify a page in a document and return the updated document.
Move a page in a document and return the updated document.
Remove all pages from a document in one batch operation.
Remove a page from a document.
Gets all stored document IDs.
Applies the given filters to the given image, and returns its URI.
Applies the given filters to the given page.
Removes all files generated by this plugin.
Creates a PDF using the given list of image file URIs. Please check the extra options that are part of the input arguments to modify the created PDF file per your needs.
Creates a page with the image located at the given URI.
Detects barcodes on the image represented by the file URI. The image file URI is part of the input arguments.
Detects document on the given image and returns the result.
Detects document on the given page and returns the result.
Detects the quality of the document on a still image.
Extracts images from a PDF represented by the file URL. The PDF file URL is part of the input arguments.
Extracts images from a PDF represented by the file URL, creates pages from them and returns the created pages. The PDF file URL is part of the input arguments.
Returns the BASE64 Image Data for the given image.
Provides complete information about the current license status.
Returns the available OCR configs.
Initializes the Scanbot SDK with the preferred configuration.
Performs OCR on given images. Set preferred ocrConfiguration engine, or leave it undefined to use the default one which is OCRScanbotEngineConfiguration. If OCRTesseractConfiguration is used, the expected languages need to be set.
Recognizes a Check on the given image. Set desired check standards or leave it empty/undefined to recognize all supported checks.
Optional
acceptedRecognizes a European Health Insurance Card (EHIC) on the given image.
Use recognizeGenericDocument instead and enable DE_HEALTH_INSURANCE_CARD_FRONT and EU_HEALTH_INSURANCE_CARD document formats.
Recognizes a generic document on the given image. Set the expected generic document formats or leave it empty/undefined to recognize all supported generic document formats.
Recognizes a Medical Certificate on the given image. Modify the result with extra options that are part of the input arguments.
Recognizes an MRZ on the given image.
Recreates the given pages to refresh the Image URIs.
Removes the given page from the storage.
Rotates the given image by the specified degrees.
Rotates the given page for the number of 90 degree counterclockwise rotations. Negative values will rotate clockwise.
Applies the given image to the desired page.
Opens the Ready-To-Use UI Barcode Scanner screen with the desired configuration.
Use startBarcodeScanner from 'capacitor-plugin-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI Batch Barcode Scanner screen with the desired configuration.
Use startBarcodeScanner from 'capacitor-plugin-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI Check Recognizer screen with the desired configuration.
Opens the Ready-To-Use UI Cropping screen with the desired configuration.
Use startCroppingScreen from 'capacitor-plugin-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI Document Scanner screen with the desired configuration.
Use startDocumentScanner from 'capacitor-plugin-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI European Health Insurance Card Scanner screen with the desired configuration.
Use startGenericDocumentRecognizer instead and enable DE_HEALTH_INSURANCE_CARD_FRONT and EU_HEALTH_INSURANCE_CARD document formats.
Opens the Ready-To-Use UI Finder Document Scanner screen with the desired configuration.
Use startDocumentScanner from 'capacitor-plugin-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI Generic Document Recognizer screen with the desired configuration.
Opens the Ready-To-Use UI License Plate Scanner screen with the desired configuration.
Opens the Ready-To-Use UI Medical Certificate Recognizer screen with the desired configuration.
Opens the Ready-To-Use UI MRZ Scanner screen with the desired configuration.
Opens the Ready-To-Use UI Text Data Scanner screen with the desired configuration.
Opens the Ready-To-Use UI VIN Scanner screen with the desired configuration.
Creates a TIFF using the given list of image file URIs. Please check the extra options that are part of the input arguments to modify the created TIFF file per your needs.
Add a new page to a document and return the updated document.