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

Public Member Functions

 QuickExtractor (Context context, QuickExtractorSettings settings)
 Constructs a new instance. More...
 
void destroy ()
 Destroys this instance and releases resources associated with it. More...
 
void extract (final Image image, final QuickExtractorListener listener)
 Extracts barcode, MRZ data and a face image. More...
 

Detailed Description

An extractor that extracts barcode, MRZ data and a face image.

In order to successfully extract data with QuickExtract, the identification document being captured must be in the same orientation as the QuickExtract capture experience.

This extractor works with static images, see QuickExtractorAgent for a version that processes preview frames during image capture.

Constructor & Destructor Documentation

QuickExtractor ( Context  context,
QuickExtractorSettings  settings 
)

Constructs a new instance.

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

Member Function Documentation

void destroy ( )

Destroys this instance and releases resources associated with it.

A destroyed instance must not be used.

void extract ( final Image  image,
final QuickExtractorListener  listener 
)

Extracts barcode, MRZ data and a face image.

Parameters
imageThe image to extract from
listenerThe listener that will be called once the extraction is finished
Exceptions
KmcRuntimeExceptionErrorInfo#KMC_EV_PROCESS_PAGE_BUSY if extraction is already in progress

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.