Kofax Mobile SDK API Reference
KFXQuickExtractor.h
Go to the documentation of this file.
1 //
2 // KFXQuickExtractor.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2014-2018 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @class kfxKEDImage;
13 
15 
23 @interface KFXQuickExtractor : NSObject
24 
26 
31 - (instancetype)initWithSettings:(KFXQuickExtractionSettings*)settings;
32 
34 
41 - (void)processImage:(kfxKEDImage*)image completionHandler:(void(^)(NSArray* fields, kfxKEDImage* faceImage, NSError* error))completionBlock;
42 
43 @end
An extractor that extracts either a barcode or MRZ data and a face image from a static source image...
Definition: KFXQuickExtractor.h:23
A configuration object for controlling the Quick Extractor behavior.
Definition: KFXQuickExtractionSettings.h:13
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.