ScanbotCheck
interface ScanbotCheck
Functions
Link copied to clipboard
abstract fun scanFromImage(image: ImageRef, configuration: CheckScannerConfiguration): Result<CheckScanningResult>
Scans Check data from the provided image.
Link copied to clipboard
abstract fun startScanner(configuration: CheckScannerScreenConfiguration, onResult: (Result<CheckScannerUiResult>) -> Unit, onCanceled: () -> Unit? = null)
Opens the Ready-To-Use UI Check Scanner screen with the desired configuration.