The following tables list the members exposed by IDFrameReader.
Name | Description | |
---|---|---|
IDFrameReader | Initializes a new instance of IDFrameReader with the specified binary engine and OCR engine. |
Name | Description | |
---|---|---|
CreateImageFeeder | Factory method that creates a compatible image frames feed handler. | |
ParallelProcess | Parallel processing of a raster image to extract ID data from the text, barcode, and MRZ zones. | |
Process | Processes an image frame of type RasterImage , and extracts data from an ID card. |
|
Reset | Resets the IDFrameReader instance to prepare for the next sequence of frames to process. |
Name | Description | |
---|---|---|
Dispose | Frees unmanaged resources. In the overload, the disposing parameter is a Boolean that indicates whether the method call comes from a Dispose method (its value is true) or from a finalizer (its value is false). | |
Finalize | Allows an object to try to free resources and performs cleanup operations before it is reclaimed by garbage collection. |
Name | Description | |
---|---|---|
FrameProcessing | The frame processing mode, either all or just barcodes. | |
ProcessedImage | Gets a binarized version of the processed frame used to extract ID card fields. | |
Ready | Indicates whether the IDFrameReader instance has finished processing enough frames to produce a result. | |
Results | The extracted data from an ID card. The results are returned in the form of a dictionary. |
Name | Description | |
---|---|---|
Debug | The debug callback hook used to receive various debug log messages. |