Extracts the Magnetic ink character recognition (MICR) data for this zone recognition data.
public OcrMicrData ExtractMicrData()
Function ExtractMicrData() As OcrMicrData
- (nullable LTOcrMicrData *)extractMicrData
public OcrMicrData extractMicrData()
OcrMicrData ExtractMicrData();
The MICR data for this zone recognition data.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document