Scanbot Barcode Scanner SDK
Provider for Scanbot Barcode Scanner SDK features.
Typical use case is to create this object in Activity.onCreate or Service.onCreate, but it's allowed to create it during any other point of lifecycle before onDestroy.
Note that each instance stores reference to given context, so it should not be cached statically. All necessary caching is already done by ScanbotBarcodeScannerSDK itself - some methods might return same instance repeatedly.
Some insight - Scanbot uses Dependency Injection internally, but we do not want to expose it to users of the library to ensure that changes in DI implementation won't affect users of the library.
Types
Properties
Provides full info of how much space available to write data by sdk in bytes. You can check this value before creating page images by sdk. But please don't forget that one page contains more than one image inside.
Provides full info of the license current state. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
Provides full info of how much space total exist on this device storage in bytes.
Provides full info of how much space used on this device storage in bytes.
Functions
Provides BarcodeDocumentParser.
Provides BarcodeFileStorage.
Provides BarcodeScanner.
Provides PdfImagesExtractor.
Provides FileIOProcessor.
Provides result repository for the given class