-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Anyline/release/34
Update to version 34
- Loading branch information
Showing
58 changed files
with
1,926 additions
and
876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+892 KB
AnylineSDK-Examples/AnylineSDK-Examples-Source/app/src/main/TrainedModels/USNr.any
Binary file not shown.
68 changes: 68 additions & 0 deletions
68
...Examples/AnylineSDK-Examples-Source/app/src/main/assets/arabic_id_driver_view_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"camera" : { | ||
"captureResolution" : "1080p", | ||
"zoomGesture": true | ||
}, | ||
"flash" : { | ||
"mode": "manual", | ||
"alignment": "bottom_right", | ||
"imageOn": "flash_on", | ||
"imageOff": "flash_off" | ||
}, | ||
"viewPlugin" : { | ||
"plugin":{ | ||
"id":"ID", | ||
"idPlugin": { | ||
"universalIdConfig": { | ||
"alphabet": "arabic", | ||
"faceDetection": true, | ||
"allowedLayouts": { | ||
"drivingLicense": [] | ||
}, | ||
"drivingLicense": { | ||
"fullName": {"scanOption": 0, "minConfidence": 60}, | ||
"dateOfBirth": {"scanOption": 0, "minConfidence": 60}, | ||
"placeOfBirth": {"scanOption": 1, "minConfidence": 60}, | ||
"dateOfExpiry": {"scanOption": 1, "minConfidence": 60}, | ||
"documentNumber": {"scanOption": 0, "minConfidence": 60}, | ||
"nationality": {"scanOption": 0, "minConfidence": 60} | ||
} | ||
} | ||
} | ||
}, | ||
"cutoutConfig" : { | ||
"style": "animated_rect", | ||
"maxWidthPercent": "90%", | ||
"maxHeightPercent": "90%", | ||
"alignment": "center", | ||
"strokeWidth": 3, | ||
"cornerRadius": 8, | ||
"strokeColor": "FFFFFF", | ||
"outerColor": "000000", | ||
"outerAlpha": 0.3, | ||
"ratioFromSize" : { | ||
"width": 50, | ||
"height": 31 | ||
}, | ||
"cropPadding": { | ||
"x": -50, | ||
"y": -50 | ||
}, | ||
"cropOffset": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"feedbackStrokeColor": "0099FF" | ||
}, | ||
"scanFeedback" : { | ||
"style": "CONTOUR_RECT", | ||
"visualFeedbackRedrawTimeout": 100, | ||
"strokeColor": "0099FF", | ||
"fillColor" : "220099FF", | ||
"beepOnResult": true, | ||
"vibrateOnResult": true, | ||
"strokeWidth": 2 | ||
}, | ||
"cancelOnResult" : true | ||
} | ||
} |
69 changes: 69 additions & 0 deletions
69
...xamples/AnylineSDK-Examples-Source/app/src/main/assets/arabic_id_id_card_view_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"camera" : { | ||
"captureResolution" : "1080p", | ||
"zoomGesture": true | ||
}, | ||
"flash" : { | ||
"mode": "manual", | ||
"alignment": "bottom_right", | ||
"imageOn": "flash_on", | ||
"imageOff": "flash_off" | ||
}, | ||
"viewPlugin" : { | ||
"plugin":{ | ||
"id":"ID", | ||
"idPlugin": { | ||
"universalIdConfig": { | ||
"alphabet": "arabic", | ||
"faceDetection": true, | ||
"allowedLayouts": { | ||
"mrz": [], | ||
"idFront": [] | ||
}, | ||
"idFront": { | ||
"fullName": {"scanOption": 0, "minConfidence": 60}, | ||
"dateOfBirth": {"scanOption": 0, "minConfidence": 60}, | ||
"placeOfBirth": {"scanOption": 1, "minConfidence": 60}, | ||
"dateOfExpiry": {"scanOption": 1, "minConfidence": 60}, | ||
"documentNumber": {"scanOption": 0, "minConfidence": 60}, | ||
"nationality": {"scanOption": 1, "minConfidence": 60} | ||
} | ||
} | ||
} | ||
}, | ||
"cutoutConfig" : { | ||
"style": "animated_rect", | ||
"maxWidthPercent": "90%", | ||
"maxHeightPercent": "90%", | ||
"alignment": "center", | ||
"strokeWidth": 3, | ||
"cornerRadius": 8, | ||
"strokeColor": "FFFFFF", | ||
"outerColor": "000000", | ||
"outerAlpha": 0.3, | ||
"ratioFromSize" : { | ||
"width": 50, | ||
"height": 31 | ||
}, | ||
"cropPadding": { | ||
"x": -50, | ||
"y": -50 | ||
}, | ||
"cropOffset": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"feedbackStrokeColor": "0099FF" | ||
}, | ||
"scanFeedback" : { | ||
"style": "CONTOUR_RECT", | ||
"visualFeedbackRedrawTimeout": 100, | ||
"strokeColor": "0099FF", | ||
"fillColor" : "220099FF", | ||
"beepOnResult": true, | ||
"vibrateOnResult": true, | ||
"strokeWidth": 2 | ||
}, | ||
"cancelOnResult" : true | ||
} | ||
} |
78 changes: 78 additions & 0 deletions
78
...ineSDK-Examples/AnylineSDK-Examples-Source/app/src/main/assets/arabic_id_view_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"camera" : { | ||
"captureResolution" : "1080p", | ||
"zoomGesture": true | ||
}, | ||
"flash" : { | ||
"mode": "manual", | ||
"alignment": "bottom_right", | ||
"imageOn": "flash_on", | ||
"imageOff": "flash_off" | ||
}, | ||
"viewPlugin" : { | ||
"plugin":{ | ||
"id":"ID", | ||
"idPlugin": { | ||
"universalIdConfig": { | ||
"alphabet": "arabic", | ||
"faceDetection": true, | ||
"allowedLayouts": { | ||
"mrz": [], | ||
"idFront": [], | ||
"drivingLicense": [] | ||
}, | ||
"idFront": { | ||
"fullName": {"scanOption": 0, "minConfidence": 60}, | ||
"dateOfBirth": {"scanOption": 0, "minConfidence": 60}, | ||
"placeOfBirth": {"scanOption": 1, "minConfidence": 60}, | ||
"dateOfExpiry": {"scanOption": 1, "minConfidence": 60}, | ||
"documentNumber": {"scanOption": 0, "minConfidence": 60}, | ||
"nationality": {"scanOption": 1, "minConfidence": 60} | ||
}, | ||
"drivingLicense": { | ||
"fullName": {"scanOption": 0, "minConfidence": 60}, | ||
"dateOfBirth": {"scanOption": 0, "minConfidence": 60}, | ||
"placeOfBirth": {"scanOption": 1, "minConfidence": 60}, | ||
"dateOfExpiry": {"scanOption": 1, "minConfidence": 60}, | ||
"documentNumber": {"scanOption": 0, "minConfidence": 60}, | ||
"nationality": {"scanOption": 0, "minConfidence": 60} | ||
} | ||
} | ||
} | ||
}, | ||
"cutoutConfig" : { | ||
"style": "animated_rect", | ||
"maxWidthPercent": "90%", | ||
"maxHeightPercent": "90%", | ||
"alignment": "center", | ||
"strokeWidth": 3, | ||
"cornerRadius": 8, | ||
"strokeColor": "FFFFFF", | ||
"outerColor": "000000", | ||
"outerAlpha": 0.3, | ||
"ratioFromSize" : { | ||
"width": 50, | ||
"height": 31 | ||
}, | ||
"cropPadding": { | ||
"x": -50, | ||
"y": -50 | ||
}, | ||
"cropOffset": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"feedbackStrokeColor": "0099FF" | ||
}, | ||
"scanFeedback" : { | ||
"style": "CONTOUR_RECT", | ||
"visualFeedbackRedrawTimeout": 100, | ||
"strokeColor": "0099FF", | ||
"fillColor" : "220099FF", | ||
"beepOnResult": true, | ||
"vibrateOnResult": true, | ||
"strokeWidth": 2 | ||
}, | ||
"cancelOnResult" : true | ||
} | ||
} |
91 changes: 91 additions & 0 deletions
91
...amples/AnylineSDK-Examples-Source/app/src/main/assets/cyrillic_id_driver_view_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"camera" : { | ||
"captureResolution" : "1080p", | ||
"zoomGesture": true | ||
}, | ||
"flash" : { | ||
"mode": "manual", | ||
"alignment": "bottom_right", | ||
"imageOn": "flash_on", | ||
"imageOff": "flash_off" | ||
}, | ||
"viewPlugin" : { | ||
"plugin":{ | ||
"id":"ID", | ||
"idPlugin": { | ||
"universalIdConfig": { | ||
"alphabet": "cyrillic", | ||
"allowedLayouts": { | ||
"drivingLicense": [] | ||
}, | ||
"drivingLicense": { | ||
"lastName": {"scanOption": 0, "minConfidence": 40}, | ||
"lastName@cyr": {"scanOption": 0, "minConfidence": 40}, | ||
"firstName": {"scanOption": 0, "minConfidence": 40}, | ||
"firstName@cyr": {"scanOption": 0, "minConfidence": 40}, | ||
"dateOfBirth": {"scanOption": 0, "minConfidence": 50}, | ||
"placeOfBirth": {"scanOption": 1, "minConfidence": 50}, | ||
"dateOfIssue": {"scanOption": 0, "minConfidence": 50}, | ||
"dateOfExpiry": {"scanOption": 1, "minConfidence": 50}, | ||
"authority": {"scanOption": 1, "minConfidence": 30}, | ||
"documentNumber": {"scanOption": 0, "minConfidence": 40}, | ||
"address": {"scanOption": 1}, | ||
"address@cyr": {"scanOption": 1}, | ||
"nationality": {"scanOption": 1}, | ||
"nationality@cyr": {"scanOption": 1} | ||
}, | ||
"idFront": { | ||
"lastName": {"scanOption": 0, "minConfidence": 40}, | ||
"lastName@cyr": {"scanOption": 0, "minConfidence": 40}, | ||
"firstName": {"scanOption": 0, "minConfidence": 40}, | ||
"firstName@cyr": {"scanOption": 0, "minConfidence": 40}, | ||
"dateOfBirth": {"scanOption": 0, "minConfidence": 50}, | ||
"placeOfBirth": {"scanOption": 1, "minConfidence": 50}, | ||
"dateOfIssue": {"scanOption": 0, "minConfidence": 50}, | ||
"dateOfExpiry": {"scanOption": 1, "minConfidence": 50}, | ||
"authority": {"scanOption": 1, "minConfidence": 30}, | ||
"documentNumber": {"scanOption": 0, "minConfidence": 40}, | ||
"address": {"scanOption": 1}, | ||
"address@cyr": {"scanOption": 1}, | ||
"nationality": {"scanOption": 1}, | ||
"nationality@cyr": {"scanOption": 1} | ||
} | ||
} | ||
} | ||
}, | ||
"cutoutConfig" : { | ||
"style": "animated_rect", | ||
"maxWidthPercent": "90%", | ||
"maxHeightPercent": "90%", | ||
"alignment": "center", | ||
"strokeWidth": 3, | ||
"cornerRadius": 8, | ||
"strokeColor": "FFFFFF", | ||
"outerColor": "000000", | ||
"outerAlpha": 0.3, | ||
"ratioFromSize" : { | ||
"width": 50, | ||
"height": 31 | ||
}, | ||
"cropPadding": { | ||
"x": -50, | ||
"y": -50 | ||
}, | ||
"cropOffset": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"feedbackStrokeColor": "0099FF" | ||
}, | ||
"scanFeedback" : { | ||
"style": "CONTOUR_RECT", | ||
"visualFeedbackRedrawTimeout": 100, | ||
"strokeColor": "0099FF", | ||
"fillColor" : "220099FF", | ||
"beepOnResult": true, | ||
"vibrateOnResult": true, | ||
"strokeWidth": 2 | ||
}, | ||
"cancelOnResult" : true | ||
} | ||
} |
Oops, something went wrong.