←Select platform

Process(LEADDocument) Method

Summary

Processes a LEADDocument, and extracts data from an ID card, if found, in a given document.

Syntax
C#
C++/CLI
Python
public IDFrameReader Process( 
   LEADDocument doc 
) 
public:  
   IDFrameReader^ Process( 
      LEADDocument^ doc 
   ) 
def Process(self,doc): 

Parameters

doc

The LEADDocument to process.

Return Value

Extracted ID card data in the form of a dictionary. The dictionary keys are listed in the IDCardField class.

Remarks

If after calling Process(LEADDocument), the IDFrameReader.Ready property is set to true, then the processing produced results and was successful.

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.