←Select platform

ExtractMicrData Method

Summary

Extracts the Magnetic ink character recognition (MICR) data for this zone recognition data.

Syntax
C#
VB
Objective-C
C++
Java
public OcrMicrData ExtractMicrData() 
Function ExtractMicrData() As OcrMicrData 
- (nullable LTOcrMicrData *)extractMicrData 
public OcrMicrData extractMicrData() 
OcrMicrData ExtractMicrData();  

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly