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
* -> 'scanWithDirectApi' takes the following parameters:
39
+
* 1. RecognizerCollection recognizerCollection: object containing recognizers to use for scanning
40
+
* 2. String frontImage: a Base64 format string that represents the image of the card where the card number is located that will be used for processing with DirectAPI
41
+
* 3. String backImage: a Base64 format string that represents the second side of the card that will be used for processing with DirectAPI
42
+
* - backImage parameter is optional for cards that have all of the information located on one side, or if the BlinkCardRecognizer information extraction
43
+
* settings, that are enabled, are located only on one side of the card
44
+
* - Pass 'null' or an empty string "" for this parameter in this case
45
+
* 4. String license: BlinkCard base64 license key bound to application ID for Android or iOS. To obtain
46
+
* valid license key, please visit http://microblink.com/login or
47
+
* contact us at http://help.microblink.com
48
+
*
49
+
* OR
50
+
*
51
+
* Object license: containing:
52
+
* - mandatory parameter 'licenseKey': base64 license key bound to application ID
53
+
* for Android or iOS. To obtain valid license key, please visit
54
+
* http://microblink.com/login or contact us at http://help.microblink.com
55
+
* - optioanl parameter 'licensee' when license for multiple apps is used
56
+
* - optional flag 'showTrialLicenseKeyWarning' which indicates
57
+
* whether warning for trial license key will be shown
58
+
* in format
59
+
* {
60
+
* licenseKey: '<base64iOSLicense or base64AndroidLicense>',
Copy file name to clipboardExpand all lines: BlinkCard/src/android/src/main/java/com/microblink/blinkcard/reactnative/recognizers/serialization/BlinkCardSerializationUtils.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,5 +59,4 @@ public static WritableMap serializeDocumentLivenessCheckResult(DocumentLivenessC
0 commit comments