Hi,
We are using Document Information Extraction and have a mix of date formats, such as "YYYY-MM-DD", "DD.MM.YYYY" and "MM.DD.YYYY" in the inputs.
The service guesses the right format if it is unambiguous, but misses on dates where exchanged order of day and month are still valid dates.
What is the approach to tell the Template and/or on uploaded document which date format to expect? The UI is not presenting any options to select this when preparing the template, and we are not finding any options to select locale on uploaded documents either?

Same question goes for documents uploaded on the REST API.
Thanks in advance!
//Carl