ExtractedDataCorners

@Serializable
data class ExtractedDataCorners(val optionalData1Corners: Array<Array<IntArray>> = emptyArray())

Describes supplemental information about the supported and available mrz data elements.

Constructors

Link copied to clipboard
constructor(optionalData1Corners: Array<Array<IntArray>> = emptyArray())

Properties

Link copied to clipboard

An array of 2D arrays that represent the 4 corners of each character for the MRZ optional data 1 if extracted.