←Select platform

ExtractMicr Method

Summary

Extracts all the text found in the input stream.

Syntax
C#
VB
public IList<Dictionary<string, BankCheckField>> ExtractMicr( 
   Stream input, 
   LoadDocumentOptions documentOptions, 
   IOcrEngine ocrEngine, 
   string workingDirectory 
) 
Public Function ExtractMicr( 
   ByVal input As Stream, 
   ByVal documentOptions As LoadDocumentOptions, 
   ByVal ocrEngine As IOcrEngine, 
   ByVal workingDirectory As String 
) As Dictionary(Of String, BankCheckField) 

Parameters

input

Stream input containing the image or document to extract from.

documentOptions

The document options to use when loading the input.

ocrEngine

The OCR Engine instance to use when doing the recognition.

workingDirectory

The path to the directory where temporary work is to be done. If null is passed, the directory will default to the current system temporary folder.

Return Value

Returns a dictionary containing all Bankcheck information extracted from the stream.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly