ScanbotSdkMrzParser

class ScanbotSdkMrzParser : SelfDisposable, MrzParser

API for machine readable zone parsing.

Required licence feature(s): MrzScanner.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Creates a copy of the current configuration value.

Link copied to clipboard
open override fun parse(text: String): Result<MrzScannerResult>

Parse the MRZ string.

Link copied to clipboard
open override fun setConfiguration(configuration: MrzParserConfiguration): Result<Unit>

Inplace reconfigures the API instance with new settings.