←Select platform

ProcessText Method

Summary
Array of strings representing MRZ characters as Lines.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void ProcessText( 
   string[] lines 
) 
- (void)processText:(NSArray<NSString *> *)lines; 
public void processText( 
   java.lang.String[] string[ 
); 
public: 
void ProcessText(  
   array<String^>^ lines 
)  
def ProcessText(self,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 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

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