Processes a LEADDocument
, and extracts data from an ID card, if found, in a given document.
public IDFrameReader Process(
LEADDocument doc
)
doc
The LEADDocument to process.
Extracted ID card data in the form of a dictionary. The dictionary keys are listed in the IDCardField class.
If after calling Process(LEADDocument), the IDFrameReader.Ready property is set to true, then the processing produced results and was successful.