MrzParser

interface MrzParser

Interface for MrzParser API. See class documentation for more details.

Inheritors

Functions

Link copied to clipboard

Creates a copy of the current configuration value.

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

Parse the MRZ string.

Link copied to clipboard
abstract fun setConfiguration(configuration: MrzParserConfiguration = MrzParserConfiguration( )): Result<Unit>

Inplace reconfigures the API instance with new settings.