←Select platform

ProcessText Method

Summary
Array of strings representing MRZ characters as Lines.
Syntax
C#
VB
Objective-C
C++
Java
public void ProcessText( 
   string[] lines 
) 
Public Sub ProcessText( _ 
   ByVal lines() As String _ 
)  
- (void)processText:(NSArray<NSString *> *)lines 
public void processText( 
   java.lang.String[] string[ 
); 
public: 
void ProcessText(  
   array<String^>^ lines 
)  

Parameters

lines
An Array of strings containing MRZ data.

Remarks

Results will be saved in the Results.

Recognized Lines will be saved in the Lines.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.