ThreeLineMrzFinderLayoutPreset constructor
ThreeLineMrzFinderLayoutPreset({ - String mrzTextLine1 = "I<USA2342353464<<<<<<<<<<<<<<<",
- String mrzTextLine2 = "9602300M2904076USA<<<<<<<<<<<2",
- String mrzTextLine3 = "SMITH<<JACK<<<<<<<<<<<<<<<<<<<",
- double adjustedFinderAspectRatio = 4.3125,
})
Implementation
ThreeLineMrzFinderLayoutPreset({
this.mrzTextLine1 = "I<USA2342353464<<<<<<<<<<<<<<<",
this.mrzTextLine2 = "9602300M2904076USA<<<<<<<<<<<2",
this.mrzTextLine3 = "SMITH<<JACK<<<<<<<<<<<<<<<<<<<",
this.adjustedFinderAspectRatio = 4.3125,
}) : super();