Const
Clone a document by its ID.
Create a new document.
Create a new document from legacy pages.
Create a new document from a 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.
Opens the Ready-To-Use UI Check Scanner screen with the desired configuration.
Use startCheckScanner from 'react-native-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI Cropping screen with the desired configuration.
Use startCroppingScreen from 'react-native-scanbot-sdk/ui_v2' instead.
Opens the Ready-To-Use UI Document Scanner screen with the desired configuration.
Use startDocumentScanner from 'react-native-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 'react-native-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.
Use startVINScanner from 'react-native-scanbot-sdk/ui_v2' instead.
Applies the given filters to the given image, and returns its URI.
Applies the given filters to the given page.
Use ScanbotSDK.Document.modifyPage instead.
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.
Use ScanbotSDK.Document.createDocument instead.
Detects barcodes on the image represented by the file URI. The image file URI is part of the input arguments.
Detects a document on the given image and returns the result.
Detects a document on the given page and returns the result.
Use ScanbotSDK.Document instead.
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 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.
Use ScanbotSDK.Document.createDocumentFromPDF instead.
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.
Mock camera preview by using static images as a frame source. This is useful for testing purposes.
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.
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 arguments.
Recognizes an MRZ on the given image.
Recreates the given pages to refresh the Image URIs.
Use ScanbotSDK.Document instead.
Removes the given page from the storage.
Use ScanbotSDK.Document.removePage instead.
Rotates the given image by the specified degrees counterclockwise. Negative values will rotate clockwise.
Rotates the given page for the number of 90 degree counterclockwise rotations. Negative values will rotate clockwise.
Use ScanbotSDK.Document.modifyPage instead.
Applies the given image to the desired page.
Use ScanbotSDK.Document instead.
Verifies the given document parts using the DocumentDataExtractorConfiguration.
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.