Kofax Mobile SDK API Reference
Classes | Public Member Functions | List of all members
QuickExtractorAgent Class Reference

Public Member Functions

 QuickExtractorAgent (Context context, QuickExtractorSettings settings, QuickExtractorAgentListener listener)
 Constructs a new instance. More...
 
void destroy ()
 Destroys this instance and releases resources associated with it. More...
 

Detailed Description

An extractor that extracts either barcode or MRZ data and a face image during image capture.

This extractor processes preview frames from ImageCaptureView and calls the listener when a barcode or an MRZ is detected, read and parsed successfully or a face image is extracted. In order to successfully extract data with QuickExtractAgent, the identification document being captured must be in the same orientation as the QuickExtractAgent capture experience.

Also see QuickExtractor, which privides similar functionality, but works with static images.

See also
QuickExtractorAgentListener

Constructor & Destructor Documentation

QuickExtractorAgent ( Context  context,
QuickExtractorSettings  settings,
QuickExtractorAgentListener  listener 
)

Constructs a new instance.

The destroy() method must be called once this instance is not needed anymore.

Parameters
contextThe context the ImageCaptureView instance is running in
settingsThe settings
listenerThe listener that is invoked when a barcode or an MRZ is detected, read and parsed successfully or a face image is extracted

Member Function Documentation

void destroy ( )

Destroys this instance and releases resources associated with it.

A destroyed instance must not be used.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.