Processes an image frame of type RasterImage
, and extracts data from an ID card.
public IDFrameReader Process(
RasterImage image
)
image
Image to process and extract ID data from.
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.