←Select platform

DoublePassProcessing Property

Summary

Indicates whether to enable the double pass setting when reading MRZ code.

Syntax
C#
C++/CLI
Java
Python
public bool DoublePassProcessing { get; set; } 
public boolean getDoublePassProcessing(); 
public void setDoublePassProcessing( 
   boolean booleanValue 
); 
public:  
   property bool DoublePassProcessing 
   { 
      bool get() 
      void set(bool value) 
   } 
DoublePassProcessing # get and set (MRZCodeDetectionCommand) 

Property Value

true to use double pass when reading MRZ symbols, Otherwise, false. The default value is false.

Remarks

If MRZ code is not detected in the first reading pass, MRZCodeDetectionCommand tries again by performing extra internal auto preprocessing operations on the image.

Enabling this property may take extra processing and increase the detection time if the quality of the image is bad.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.