Extracts the Magnetic ink character recognition (MICR) data for this zone recognition data.
public OcrMicrData ExtractMicrData()
Function ExtractMicrData() As Leadtools.Forms.Ocr.OcrMicrData
Leadtools.Forms.Ocr.OcrMicrData ExtractMicrData()
- (nullable LTOcrMicrData *)extractMicrData
public OcrMicrData extractMicrData()
function Leadtools.Forms.Ocr.IOcrZoneCharacters.ExtractMicrData()
Leadtools.Forms.Ocr.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 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET