←Select platform

ProcessDeskewedMRZ Property

Summary

Indicates whether to deskew the image based on the angle of the detected MRZ code.

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

Property Value

true to deskew the image and return horizontal MRZ code. The default value is false.

Remarks

User can get the deskewed image by setting "ProcessedImage" property to "true". If this is set to true, the "MRZZone" property will represent the MRZ bounds in the deskewed image coordinates.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.