Issue
There is a known problem with the Switzerland Driving License. The MRZ of this document doesn't meet the recommended ICAO 9303 standard and cannot be read correctly with the default system settings.
Solution
In order to ensure correct recognition of this document, you need to specify the following settings in the request:
{"mrzFormatsFilter": ["2x30"]}
Example
{
"processParam": {
"scenario": "FullProcess",
"mrzFormatsFilter": [
"2x30"
],
"doublePageSpread": true,
"measureSystem": 0,
"dateFormat": "M/d/yyyy"
},
"List": [
{
"ImageData": {
"image": "image in base64"
},
"light": 6,
"page_idx": 0
}
]
}
Comments
Please sign in to leave a comment.