Switzerland Driving License is not recognized

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
        }
    ]
}
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section