Variable ScanbotCheckConst

ScanbotCheck: {
    scanFromImage(params): Promise<CheckScanningResult>;
    startScanner(configuration): Promise<ResultWrapper<CheckScannerUiResult>>;
}

Entry point for all Check scanning features.

Type declaration