←Select platform

ExtractMicrData Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrMicrData ExtractMicrData() 
Function ExtractMicrData() As Leadtools.Forms.Ocr.OcrMicrData 
- (nullable LTOcrMicrData *)extractMicrData 
public OcrMicrData extractMicrData() 
function Leadtools.Forms.Ocr.IOcrZoneCharacters.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 OCR Advantage, 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly