From 632e32f3a7a9291835d62c5d072b8e8fb09a4fdd Mon Sep 17 00:00:00 2001 From: Ricardo Oliveira Date: Thu, 16 Dec 2021 09:26:51 +0100 Subject: [PATCH] Updates JLP configs --- .../Assets/id_config_jlp.json | 4 +- .../Resources/id_config_jlp.json | 100 +++++++++--------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Examples/AnylineExamples.Droid/Assets/id_config_jlp.json b/Examples/AnylineExamples.Droid/Assets/id_config_jlp.json index 42f3e2f29..ebce1712c 100644 --- a/Examples/AnylineExamples.Droid/Assets/id_config_jlp.json +++ b/Examples/AnylineExamples.Droid/Assets/id_config_jlp.json @@ -13,11 +13,11 @@ "idPlugin": { "japaneseLandingPermissionConfig": { "miscellaneous": { - "dateOfIssue": { "scanOption": 0, "minConfidence": 35 }, + "dateOfIssue": { "scanOption": 0, "minConfidence": 35 }, "dateOfExpiry": { "scanOption": 0, "minConfidence": 35 }, "status": { "scanOption": 1, "minConfidence": 35 }, "duration": { "scanOption": 0, "minConfidence": 35 }, - "airport": { "scanOption": 0, "minConfidence": 35 } + "airport": { "scanOption": 1, "minConfidence": 35 } } } } diff --git a/Examples/AnylineExamples.iOS/Resources/id_config_jlp.json b/Examples/AnylineExamples.iOS/Resources/id_config_jlp.json index 6038d4f21..ebce1712c 100644 --- a/Examples/AnylineExamples.iOS/Resources/id_config_jlp.json +++ b/Examples/AnylineExamples.iOS/Resources/id_config_jlp.json @@ -1,52 +1,52 @@ -{ - "camera": { - "captureResolution": "1080p", - "zoomGesture": true - }, - "flash": { - "mode": "manual", - "alignment": "bottom_right" - }, - "viewPlugin" : { - "plugin": { - "id": "ID", - "idPlugin": { - "japaneseLandingPermissionConfig": { - "miscellaneous": { - "dateOfIssue": {"scanOption": 0,"minConfidence": 35}, - "dateOfExpiry": {"scanOption": 0,"minConfidence": 35}, - "status": {"scanOption": 1,"minConfidence": 35}, - "duration": {"scanOption": 0,"minConfidence": 35}, - "airport": {"scanOption": 0,"minConfidence": 35} + { + "camera": { + "captureResolution": "1080p", + "zoomGesture": true + }, + "flash": { + "mode": "manual", + "alignment": "bottom_right" + }, + "viewPlugin": { + "plugin": { + "id": "ID", + "idPlugin": { + "japaneseLandingPermissionConfig": { + "miscellaneous": { + "dateOfIssue": { "scanOption": 0, "minConfidence": 35 }, + "dateOfExpiry": { "scanOption": 0, "minConfidence": 35 }, + "status": { "scanOption": 1, "minConfidence": 35 }, + "duration": { "scanOption": 0, "minConfidence": 35 }, + "airport": { "scanOption": 1, "minConfidence": 35 } + } + } } - } + }, + "cutoutConfig": { + "style": "rect", + "maxWidthPercent": "70%", + "maxHeightPercent": "70%", + "alignment": "center", + "strokeWidth": 2, + "cornerRadius": 4, + "strokeColor": "FFFFFF", + "outerColor": "000000", + "outerAlpha": 0.3, + "ratioFromSize": { + "width": 440, + "height": 615 + }, + "feedbackStrokeColor": "0099FF" + }, + "scanFeedback": { + "style": "RECT", + "visualFeedbackRedrawTimeout": 100, + "strokeColor": "0099FF", + "fillColor": "220099FF", + "beepOnResult": true, + "vibrateOnResult": true, + "strokeWidth": 2 + }, + "cancelOnResult": true } - }, - "cutoutConfig": { - "style": "rect", - "maxWidthPercent": "70%", - "maxHeightPercent": "70%", - "alignment": "center", - "strokeWidth": 2, - "cornerRadius": 4, - "strokeColor": "FFFFFF", - "outerColor": "000000", - "outerAlpha": 0.3, - "ratioFromSize": { - "width": 440, - "height": 615 - }, - "feedbackStrokeColor": "0099FF" - }, - "scanFeedback": { - "style": "RECT", - "visualFeedbackRedrawTimeout": 100, - "strokeColor": "0099FF", - "fillColor": "220099FF", - "beepOnResult": true, - "vibrateOnResult": true, - "strokeWidth": 2 - }, - "cancelOnResult": true - } -} \ No newline at end of file + } \ No newline at end of file