ThreeLineMrzFinderLayoutPreset constructor

ThreeLineMrzFinderLayoutPreset({
  1. String mrzTextLine1 = "I<USA2342353464<<<<<<<<<<<<<<<",
  2. String mrzTextLine2 = "9602300M2904076USA<<<<<<<<<<<2",
  3. String mrzTextLine3 = "SMITH<<JACK<<<<<<<<<<<<<<<<<<<",
  4. double adjustedFinderAspectRatio = 4.3125,
})

Implementation

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