You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/form-recognizer/quickstarts/label-tool.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,27 @@ The following value types and variations are currently supported:
161
161
* `time`
162
162
* `integer`
163
163
164
+
> [!NOTE]
165
+
> See these rules for date formatting:
166
+
>
167
+
> The following characters can be used as DMY date delimiters: `, - / . \`. Whitespace cannot be used as a delimiter. For example:
168
+
> * 01,01,2020
169
+
> * 01-01-2020
170
+
> * 01/01/2020
171
+
>
172
+
> The day and month can each be written as one or two digits, and the year can be two or four digits:
173
+
> * 1-1-2020
174
+
> * 1-01-20
175
+
>
176
+
> If a DMY date string has eight digits, the delimiter is optional:
177
+
> * 01012020
178
+
> * 01 01 2020
179
+
>
180
+
> The month can also be written as its full or short name. If the name is used, delimiter characters are optional:
181
+
> * 01/Jan/2020
182
+
> * 01Jan2020
183
+
> * 01 Jan 2020
184
+
164
185
## Train a custom model
165
186
166
187
Click the Train icon on the left pane to open the Training page. Then click the **Train** button to begin training the model. Once the training process completes, you'll see the following information:
0 commit comments