Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > 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()
- (nullable LTOcrMicrData *)extractMicrData
public 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 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.