capacitor-plugin-scanbot-sdk
    Preparing search index...

    Variable ScanbotCheckConst

    ScanbotCheck: {
        scanFromImage(
            params: { configuration: CheckScannerConfiguration; image: ImageInput },
        ): Promise<CheckScanningResult>;
        startScanner(
            configuration: CheckScannerScreenConfiguration,
        ): Promise<ResultWrapper<CheckScannerUiResult>>;
    }

    Entry point for all Check scanning features.

    Type Declaration