Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Updates JLP configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Dec 16, 2021
1 parent c087f10 commit 632e32f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions Examples/AnylineExamples.Droid/Assets/id_config_jlp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
}
}
Expand Down
100 changes: 50 additions & 50 deletions Examples/AnylineExamples.iOS/Resources/id_config_jlp.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit 632e32f

Please sign in to comment.