--------------------------------------------------------- Kofax Mobile ID Verification 2.2.0.3 - Update Release date: 10/31/2017 --------------------------------------------------------- Copyright (c) 2017 Kofax, Inc. All rights reserved. Use is subject to license terms. Introduction ============ This fix pack contains several fixes for issues found in previous release. Problems Resolved in This Fix Pack ================================== 964926: Verification Application Server prerequisites are missing in documentation if installed without Connect and SQL Server 970952: Exception running Selfie ID License Utility 972966: MID Verification Tamper server fails to install CUDA drivers 976050: Empty values returned for fields related to verification when using Kofax TotalAgility 7.4 Known Issues in This Fix Pack ============================= N/A Problems Resolved in Previous Fix Packs ======================================= Problems Resolved in Mobile ID Verification 2.2.0 with Fix Pack 1 ----------------------------------------------------------------- 912695: Support verification and facial recognition in KC/KTM environment Applies To ========== Kofax Mobile ID Verification 2.2 Files included with this Fix Pack ================================= This fix contains the following files: File Name Version --------- ------- KTA Package\KofaxMobileIDCapture.zip 2.2.0.3.0.248 KTM Project\* 2.2.0.3.0.248 Linux Installer\* WindowsInstaller\* KofaxMobileIDCapture–IDVerificationInstallationGuide_EN.pdf KofaxMobileIDVerification_EN.pdf ReadMe-KofaxMobileIDVerification-2.2.0.3.txt (this file) Configuration with Real-Time Transformation Interface ===================================================== 1. Installation of Kofax Mobile ID Verification a. Extract KofaxMobileIDVerification-2.2.0.3.ZIP to a folder of your choice. All instructions and examples in this guide assume the folder name is C:\MobileIDVerification. b. Refer to KofaxMobileIDCapture–IDVerificationInstallationGuide_EN.pdf to set up the required software. c. Modify the Real-Time Transformation Interface Web.config file to include a mapping for the Kofax Mobile ID Verification project, referencing KofaxMobileIDCapture.fpr as the project, IPProfile_MobileIDCapture_ID.txt as the image processing profile, and set the separateExtractionProcessPool option to TRUE as shown in the example below. Both KofaxMobileIDCapture.fpr and IPProfile_MobileIDCapture_ID.txt are in the C:\MobileIDVerification\KTM Project folder. 2. Configure Script Variables a. Open the file “KofaxMobileIDCapture_ScriptVariables.xml” for editing, in this example, the file path is “C:\MobileIDVerification\KTM Project\KofaxMobileIDCapture_ScriptVariables.xml" b. Configure the Keys below with your Verification Application Server information Key: Verification_Server Verification_AccessKey Verification_Token EnableVerificationDiagnostics Note: EnableVerificationDiagnostics value would be true if you need Diagnostics, otherwise false. c. Save the file Input parameters ================ The following parameters and their valid values are described below. When using Real-Time Transformation Interface, all parameters must be prefixed with an 'x,' e.g., the Verification parameter should be sent to the server as xVerification. When using TotalAgility, the parameter names do not require this prefix. Parameter Value --------- ----- Extraction - If false is specified, only verification will be performed. Default value is "True". Verification - If true, verification will be performed. Default value is "False". ExtractPhotoImage - If true, the head shot from the document is returned in extraction field "VerificationPhoto64" in response. Default value is "False". IDSize - When IDSize is not passed as a parameter, if "Mobile ID - Server & Device Extraction" license is available, classification will be done to detect the document type. Othewise, the document type will be determined using the aspect ratio of the input image. If "ID1" or "ID2" is specified, no classification will be done before passing the document to verification server. Default value is empty. Example request to Real-Time Transformation Interface ----------------------------------------------------- RequestURL http:///mobilesdk/api/MobileIDVerification Request Headers Accept: application/json Content-Type: multipart/form-data; boundary=-------------------------acebdf13572468 Request Body ---------------------------acebdf13572468 Content-Disposition: form-data; name="xIdType" id ---------------------------acebdf13572468 Content-Disposition: form-data; name="xRegion" United States ---------------------------acebdf13572468 Content-Disposition: form-data; name="xVerification" true ---------------------------acebdf13572468 Content-Disposition: form-data; name="xExtraction" false ---------------------------acebdf13572468 Content-Disposition: form-data; name="processimage" true ---------------------------acebdf13572468 Content-Disposition: form-data; name="fieldNameHere"; filename="idFront.jpg" Content-Type: image/jpeg ---------------------------acebdf13572468 Content-Disposition: form-data; name="fieldNameHere"; filename="idBack.jpg" Content-Type: image/jpeg ---------------------------acebdf13572468-- Facial Recognition Overview =========================== Installation and Configuration ------------------------------ No additional steps are needed once Mobile ID Verification has been installed and configured. Request parameters ------------------ The following parameters and their valid values are described below. When using Real-Time Transformation Interface, all parameters must be prefixed with an 'x,' e.g., the TransactionId parameter should be sent to the server as xTransactionId. When using TotalAgility, the parameter names do not require this prefix Parameter Value --------- ----- IdType Selfie TransactionId This is the parameter your mobile application can use to pass the transaction ID to ensure Selfie Match functionality is performed. Example Request to Real-Time Transformation Interface ----------------------------------------------------- RequestURL http:///mobilesdk/api/MobileIDVerification Request Headers Accept: application/json Content-Type: multipart/form-data; boundary=-------------------------acebdf13572468 Request Body ---------------------------acebdf13572468 Content-Disposition: form-data; name="xIdType" Selfie ---------------------------acebdf13572468 Content-Disposition: form-data; name="xTransactionId" e7457f900323aff7 ---------------------------acebdf13572468 Content-Disposition: form-data; name="fieldNameHere"; filename="selfie.jpg" Content-Type: image/jpeg ---------------------------acebdf13572468--