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.
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.
Creates a PDF using the given list of image file URIs. Please check the extra options that are part of the input params to modify the created PDF file per your needs.
Detects barcodes on the image represented by the file URI.
Detects document on the given image and returns the result.
Extract data on the given image. Set the expected document formats or leave it empty/undefined to recognize all supported document formats.
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 params.
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 params.
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
acceptedCheckStandards: CheckDocumentModelRootType[]Recognizes a Credit Card on the given image. Modify the result with extra options that are part of the configuration.
Recognizes a European Health Insurance Card (EHIC) on the given image.
Use documentDataExtractor instead and enable EuropeanHealthInsuranceCardConfiguration configuration element.
Recognizes a Medical Certificate on the given image. Modify the result with extra options that are part of the input params.
Recognizes an MRZ on the given image.
Recreates the given pages to refresh the Image URIs.
Rotates the given image by the specified degrees.
Opens the Ready-To-Use UI Check Scanner 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 Data Extractor screen with the desired configuration.
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 startDocumentDataExtractor 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 Medical Certificate 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 params to modify the created TIFF file per your needs.
Add a new page to a document and return the updated document.