extractDataFromImage method of the IDataCaptureCoreAPI interface
Extracts data from a still image.
DataField[] extractDataFromImage(
Bitmap image,
Callback callback
);
Parameters
- image
- The image from which data should be extracted.
- callback
- An object implementing the Callback interface which will be used to report progress and terminate the processing if required.
Return values
The method returns an array of DataField objects which contain the results of capturing data from the image.
02.03.2022 12:59:15