←Select platform

ExtractMicrData Method

Summary
Extracts the Magnetic ink character recognition (MICR) data for this zone recognition data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public OcrMicrData ExtractMicrData() 
- (nullable LTOcrMicrData *)extractMicrData 
public OcrMicrData extractMicrData() 
OcrMicrData ExtractMicrData();  
def ExtractMicrData(self): 

Return Value

The MICR data for this zone recognition data.

Remarks

This method will try to extract the Magnetic ink character recognition (MICR) data from this zone recognition data by reading the characters and formatting them into an OcrMicrData data structure.

This method should typically be used only if the zone type is set to OcrZoneType.Micr. The method will use the MICR standard to parse the result such as 'Amount' and 'Routing number' and put them into the equivalent properties of OcrMicrData.

In LEADTOOLS OCR Module - LEAD Engine, the related "Recognition.CharacterFilter.PostprocessMICR" setting controls how the page will process MICR data. When the value if this setting is true, then the engine will drop any characters not in the MICR standard from the result.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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