Kofax Mobile SDK API Reference
kfxProcessingParameters.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxProcessingParameters.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <Foundation/Foundation.h>
9 
11 
14 typedef NS_ENUM (NSInteger, kfxProcessingType)
15 {
18 };
19 
21 
27 @interface kfxProcessingParameters : NSObject <NSCopying>
28 
30 
39 @property (nonatomic, assign) kfxProcessingType processingType;
40 
42 
47 @property (nonatomic, copy) NSString* operations;
48 
50 
54 @property (nonatomic, assign) BOOL useMRZPageDetection;
55 
57 
61 @property (nonatomic, assign) BOOL useTargetFrameCrop;
62 
63 @end
The image processing parameters class.
Definition: kfxProcessingParameters.h:27
Definition: kfxProcessingParameters.h:16
kfxProcessingType processingType
A processing type value.
Definition: kfxProcessingParameters.h:39
Definition: kfxProcessingParameters.h:17
BOOL useMRZPageDetection
Specify image processor to use MRZ page detection for cropping process or not.
Definition: kfxProcessingParameters.h:54
kfxProcessingType
An enumeration containing the possible processing type values.
Definition: kfxProcessingParameters.h:14
NSString * operations
An image processing operation string.
Definition: kfxProcessingParameters.h:47
BOOL useTargetFrameCrop
Specify image processor to run target frame cropping prior to page detection.
Definition: kfxProcessingParameters.h:61
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.