Package-level declarations

Types

Link copied to clipboard

Controls auto-snapping for Check scanning.

Link copied to clipboard

Check document detection and extraction mode.

Link copied to clipboard

Check magnetic ink (MICR) strip scanning status.

Link copied to clipboard
interface CheckScanner

Performs scanning of the check data

Link copied to clipboard
data class CheckScannerConfiguration(var documentDetectionMode: CheckDocumentDetectionMode = CheckDocumentDetectionMode.DISABLED, var acceptedCheckStandards: List<CheckStandard> = listOf( )) : Parcelable

Configuration of the check scanner.

Link copied to clipboard

Performs check data scanning on camera preview frames. Outputs results via CheckScannerFrameHandler.ResultHandler (.addResultHandler).

Link copied to clipboard
data class CheckScanningResult(val status: CheckMagneticInkStripScanningStatus = CheckMagneticInkStripScanningStatus.ERROR_NOTHING_FOUND, val check: GenericDocument?, val documentDetectionResult: DocumentDetectionResult?, val croppedImage: ImageRef? = null) : AutoCloseable, Parcelable

The result of check scanning.

Link copied to clipboard

Supported check standards.

Link copied to clipboard

Performs detection and scanning the check data.