You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +32,7 @@ designation appears in initial capital or all capital letters. However,
32
32
you should contact the appropriate companies for more complete
33
33
information regarding such designations and their registration status.
34
34
35
-
**June 2018**
35
+
**July 2019**
36
36
37
37
Acuant Inc.
38
38
@@ -54,123 +54,6 @@ This document contains a detailed description of all functions that developers n
54
54
55
55
**Note** The Framework will not modify the Status bar of the application.
56
56
57
-
## Revision History
58
-
59
-
**Acuant iOS Mobile SDK version 5.9:**
60
-
61
-
- Tap to capture barcode : By default the barcode is captured automatically as soon as a barcode is presented infront of the camera. If it is required to capture the barcode only after the user taps on the screen, then the following configuration can be done.
62
-
63
-
-(BOOL)startScanningBarcodeAfterTap{
64
-
return YES; // Default is NO
65
-
}
66
-
67
-
**Acuant iOS Mobile SDK version 5.8:**
68
-
69
-
70
-
71
-
- Removed Aspect Ratio check after cropping
72
-
- Resolved an issue with Armenian IDs
73
-
- Resolved the defect of occasionally liveliness being false even after a live face is captured
74
-
- Resolved an issue with SDK validation
75
-
76
-
77
-
**Acuant iOS Mobile SDK version 5.7:**
78
-
79
-
- Added support for rotating UI elements while the device is rotated 180 degrees in landscape mode.
80
-
81
-
**Acuant iOS Mobile SDK version 5.6:**
82
-
83
-
- Added glare metrics for captured images. The metrics values can be accessed as follows:
In general, a GLARE_GRADE of 1 means no glare and 0 means there is a high chance of having a glare in the captured image.A glare grade 0.92f and above means there is no glare.
90
-
91
-
**Acuant iOS Mobile SDK version 5.5:**
92
-
93
-
The **ImageMetrics** parameter was added to the following methods:
94
-
95
-
-**didCaptureCropImage**
96
-
-**barcodeScanTimeOut**
97
-
-**didCancelToCaptureData**
98
-
-**showiPadBrackets**
99
-
100
-
101
-
The **ImageMetrics** parameter specifies the sharpness and glare threshold of a cropped image. An image with a sharpness grade of 0.4f or above is considered a sharp image. In general, a GLARE_GRADE of 1 means no glare and 0 means there is a high chance of having a glare in the captured image. Users may set the threshold based on their requirements.
- Added new card type constant **AcuantCardTypeAuto**. If **AcuantCardTypeAuto** is set, then in **didCaptureCropImage** the last parameter will contain the automatically detected card type.
114
-
115
-
- Added the location parameter **cancelVisible** for the cancel button in the facial API
- Added Objective-C Sample Application with AssureID Connect Data capture and AcuFill FRM
133
-
134
-
**Acuant iOS Mobile SDK version 5.2:**
135
-
136
-
- Removed the sourceImage property from AcuantCardProcessRequestOptions.
137
-
138
-
- Added logtransaction property to AcuantCardProcessRequestOptions.If logging is enabled on the license key and logtransaction is set to true then transaction response is saved on the Acuant cloud for future retrieval.
139
-
140
-
- Added the property imageSettings to AcuantCardProcessRequestOptions.The default value for imageSettings is -1. Please set this value to -1 always unless any special instruction is provided.
141
-
142
-
- Removed "IsFacialEnabled" from the AcuantFacialData.
143
-
144
-
- Added API to capture original image. By default it is disabled. [_instance setCanCaptureOriginalImage:YES];
145
-
146
-
- Improved passport cropping
147
-
148
-
- Added a delegate callback to capture the beginning of image capture event:
149
-
150
-
(-(void)didTakeCardPhoto{
151
-
NSLog(@"didTakeCardPhoto");
152
-
//Add custom code
153
-
}
154
-
- Included Swift Sample application
155
-
156
-
**Acuant iOS Mobile SDK version 5.1:**
157
-
158
-
- Improved document cropping for IDs and Passports
159
-
- Memory optimization
160
-
- Fixed **FacialMatchConfidenceRating** data type issue. Data type is now integer.
161
-
- Fixed **didCaptureOriginalImage** returns cropped images instead of original image
0 commit comments