Kofax Mobile SDK API Reference
kfxKEDImagePerfectionProfile.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxKEDImagePerfectionProfile.h
4 // KMCEngineData Objects
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 #ifndef KEDIMAGEPERFECTIONPROFILE
12 #define KEDIMAGEPERFECTIONPROFILE 1
13 
15 
21 typedef enum {
26 
28 
34 typedef enum {
39 
41 
47 typedef enum {
52 
54 
75 __deprecated_msg("This class was deprecated in SDK 3.3. Please use KFXImageProcessorConfiguration instead.")
76 @interface kfxKEDImagePerfectionProfile : NSObject <NSCoding>
77 
78 
79 // ===================================================
81 
84 @property (retain,atomic) NSString *name;
85 
86 // ===================================================
88 
91 @property (retain,atomic) NSString *ipOperations; // a valid operations string
92 
93 // ===================================================
95 
98 @property (retain,atomic) NSString *ipOperationsFilePath; // a path to an XML settings file in the app's bundle
99 
100 // ==========================================================
102 
110 //=============================
112 /*
113  Application should set the property to KED_USEMRZDETECTION_ON to enable MRZ passport detection during document processing.
114  Default:KED_USEMRZDETECTION_OFF
115  */
117 
118 // ===================================================
120 
126 
127 // ===================================================
129 
134 
135 -(id)init;
136 
137 
138 // ==========================================================
140 
143 -(id)initWithName:(NSString*)name;
144 
145 
146 // ==========================================================
148 
151 -(id)initWithName:(NSString*)name andFilePath: (NSString*) filePath;
152 
153 
154 // ==========================================================
156 
160 -(id)initWithName:(NSString*)name andOperations: (NSString*) ops;
161 
162 
163 @end
164 
165 #endif
Definition: kfxKEDImagePerfectionProfile.h:50
KEDMRZDetectionOptions useMRZPassportDetection
Initialize the image perfection profile object.
Definition: kfxKEDImagePerfectionProfile.h:116
KEDDocumentDetectionBasedCropOptions
Document Detection Based Cropping Options enumeration.
Definition: kfxKEDImagePerfectionProfile.h:47
Definition: kfxKEDImagePerfectionProfile.h:22
Definition: kfxKEDImagePerfectionProfile.h:36
KEDTargetFrameCropOptions useTargetFrameCrop
Specify image processor to run target frame cropping prior to page detection.
Definition: kfxKEDImagePerfectionProfile.h:125
__deprecated_msg("This class was deprecated in SDK 3.3. Please use KFXImageProcessorConfiguration instead.")@interface kfxKEDImagePerfectionProfile NSString * ipOperations
Image Perfection Profile specifies advanced Image Processing options.
Definition: kfxKEDImagePerfectionProfile.h:75
KEDMRZDetectionOptions
MRZ Document Cropping Options enumeration.
Definition: kfxKEDImagePerfectionProfile.h:21
Definition: kfxKEDImagePerfectionProfile.h:37
Definition: kfxKEDImagePerfectionProfile.h:49
id init
Definition: kfxKEDImagePerfectionProfile.h:135
Definition: kfxKEDImagePerfectionProfile.h:23
Definition: kfxKEDImagePerfectionProfile.h:24
KEDDocumentDetectionBasedCropOptions useDocumentDetectionBasedCrop
Specify image processor to run document detection based cropping prior to page detection.
Definition: kfxKEDImagePerfectionProfile.h:133
id initWithName
Initialize the image perfection profile instance with a given name.
Definition: kfxKEDImagePerfectionProfile.h:143
Definition: kfxKEDImagePerfectionProfile.h:48
NSString * ipOperationsFilePath
Filepath of a unique settings file.
Definition: kfxKEDImagePerfectionProfile.h:98
Definition: kfxKEDImagePerfectionProfile.h:35
KEDTargetFrameCropOptions
Target Frame Cropping Options enumeration.
Definition: kfxKEDImagePerfectionProfile.h:34
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.