Skip to content

Commit 959b6b1

Browse files
committed
codify type names; rm image (doesn't belong in whats-new)
1 parent 8679495 commit 959b6b1

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

articles/cognitive-services/form-recognizer/whats-new.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,17 @@ The Form Recognizer service is updated on an ongoing basis. Use this article to
2424

2525
### New features
2626

27-
* **Labeling value types** You can now specify the types of values you're labeling with the Form Recognizer sample labeling tool. These value types and variations are currently supported:
28-
* String
29-
* default, no-whitespaces, alphanumeric
30-
* Number
31-
* default, currency
32-
* Date
33-
* default, DMY, MDY, YMD
34-
* Time
35-
* Integer
36-
37-
This image shows the value type selection menu in the Form Recognizer sample labeling tool:
38-
39-
> [!div class="mx-imgBorder"]
40-
> ![Value type selection with sample labeling tool](./media/whats-new/formre-value-type.png)
27+
* **Labeling value types** You can now specify the types of values you're labeling with the Form Recognizer sample labeling tool. The following value types and variations are currently supported:
28+
* `string`
29+
* default, `no-whitespaces`, `alphanumeric`
30+
* `number`
31+
* default, `currency`
32+
* `date`
33+
* default, `dmy`, `mdy`, `ymd`
34+
* `time`
35+
* `integer`
36+
37+
See the [Sample labeling tool](./quickstarts/label-tool.md#specify-tag-value-types) guide to learn how to use this feature.
4138

4239

4340
* **Table visualization** The sample labeling tool now displays tables that were recognized in the document. This lets you view the tables that have been recognized and extracted from the document, prior to labeling and analyzing. This feature can be toggled on/off using the layers option.

0 commit comments

Comments
 (0)