Processes an image feed, a collection of images, and extracts data from an ID card.
public IDFrameReader Process(
IImageFramesFeed feed
)
feed
The image stack or feed 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.