Leadtools.Forms.Ocr Namespace > IOcrZoneCharacters Interface : ExtractMicrData Method |
OcrMicrData ExtractMicrData()
'Declaration Function ExtractMicrData() As OcrMicrData
'Usage Dim instance As IOcrZoneCharacters Dim value As OcrMicrData value = instance.ExtractMicrData()
OcrMicrData ExtractMicrData()
function Leadtools.Forms.Ocr.IOcrZoneCharacters.ExtractMicrData()
OcrMicrData ExtractMicrData();
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 fill method of the zone is set to be OcrZoneFillMethod.Micr. The method will use the MICR standard to parse the result such as 'Amount' and 'Routing number' and put them into the equivalant 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.