ScanbotSdkMrzScanner

class ScanbotSdkMrzScanner : SelfDisposable, MrzScanner

API for machine readable zone scanning.

Required licence feature(s): MrzScanner.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun clearResult()

Clears the accumulated results. Should be called after a document has been recognized to the customers satisfaction to prevent a poisoned cache.

Link copied to clipboard

Creates a copy of the current configuration value.

Link copied to clipboard
open override fun run(image: ImageRef): Result<MrzScannerResult>

Recognize the MRZ in the given image.

Link copied to clipboard

Inplace reconfigures the API instance with new settings.