Skip to content

Commit 9eab6f5

Browse files
committed
resolve pr warnings
1 parent d69c6f7 commit 9eab6f5

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

β€Žarticles/applied-ai-services/form-recognizer/whats-new.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,36 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
2020

2121
## February 2022
2222

23-
### Form Recognizer v3.0 preview SDK release update (beta.3/beta.4)
23+
### Form Recognizer v3.0 preview release
24+
25+
Form Recognizer v3.0 preview release introduces several new features and capabilities and enhances existing one:
26+
27+
* [πŸ†• **Custom neural model**](concept-custom-neural.md) or custom document model is a new custom model to extract text and selection marks from structured forms, semi-strutured and **unstructured documents**.
28+
* [πŸ†• **W-2 prebuilt model**](concept-w2.md) is a new prebuilt model to extract fields from W-2 forms for tax reporting and income verification scenarios.
29+
* [πŸ†• **Read**](concept-read.md) API extracts printed text lines, words, text locations, detected languages, and handwritten text, if detected.
30+
* [**General document**](concept-general-document.md) pre-trained model is now updated to support selection marks in addition to API text, tables, structure, key-value pairs, and named entities from forms and documents.
31+
* [**Invoice API**](language-support.md#invoice-model) Invoice prebuilt model expands support to Spanish invoices.
32+
* [**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com) adds new demos for Read, W2, Hotel receipt samples, and support for training the new custom neural models.
33+
* [**Language Expansion**](language-support.md) Form Recognizer Read, Layout, and Custom Form add support for 42 new languages including Arabic, Hindi, and other languages using Arabic and Devanagari scripts to expand the coverage to 164 languages. Handwritten support for the same features expands to Japanese and Korean in addition to English, Chinese Simplified, French, German, Italian, Portuguese, and Spanish languages.
34+
35+
Get started with the new [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument), [Python](quickstarts/try-v3-python-sdk.md), or [.NET](quickstarts/try-v3-csharp-sdk.md) SDK for the v3.0 preview API.
36+
37+
#### Form Recognizer model data extraction
38+
39+
| **Model** | **Text extraction** |**Key-Value pairs** |**Selection Marks** | **Tables** |**Entities** |
40+
| --- | :---: |:---:| :---: | :---: |:---: |
41+
|πŸ†•Read | βœ“ | | | | |
42+
|πŸ†•General document | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
43+
| Layout | βœ“ | | βœ“ | βœ“ | |
44+
| Invoice | βœ“ | βœ“ | βœ“ | βœ“ ||
45+
|Receipt | βœ“ | βœ“ | | ||
46+
| ID document | βœ“ | βœ“ | | ||
47+
| Business card | βœ“ | βœ“ | | ||
48+
| Custom |βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
49+
50+
#### Form Recognizer SDK beta preview release
2451

25-
The beta.3/beta.4 version of the Azure Form Recognizer SDKs has been released. The new beta release incorporates new features, minor feature updates and bug fixes.
52+
The beta.3/beta.4 version of the Azure Form Recognizer SDKs has been released. This new beta release incorporates new features, minor feature updates and bug fixes.
2653

2754
>[!NOTE]
2855
> The beta.3 (C#, JavaScript, Python) and beta.4 (Java) previews contain the same updates and fixes but the versioning is no longer in sync across all programming languages.
@@ -82,33 +109,6 @@ This new release includes the following:
82109

83110
---
84111

85-
### Form Recognizer v3.0 preview release
86-
87-
Form Recognizer v3.0 preview release introduces several new features and capabilities and enhances existing one:
88-
89-
* [πŸ†• **Custom neural model**](concept-custom-neural.md) or custom document model is a new custom model to extract text and selection marks from structured forms, semi-strutured and **unstructured documents**.
90-
* [πŸ†• **W-2 prebuilt model**](concept-w2.md) is a new prebuilt model to extract fields from W-2 forms for tax reporting and income verification scenarios.
91-
* [πŸ†• **Read**](concept-read.md) API extracts printed text lines, words, text locations, detected languages, and handwritten text, if detected.
92-
* [**General document**](concept-general-document.md) pre-trained model is now updated to support selection marks in addition to API text, tables, structure, key-value pairs, and named entities from forms and documents.
93-
* [**Invoice API**](language-support.md#invoice-model) Invoice prebuilt model expands support to Spanish invoices.
94-
* [**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com) adds new demos for Read, W2, Hotel receipt samples, and support for training the new custom neural models.
95-
* [**Language Expansion**](language-support.md) Form Recognizer Read, Layout, and Custom Form add support for 42 new languages including Arabic, Hindi, and other languages using Arabic and Devanagari scripts to expand the coverage to 164 languages. Handwritten support for the same features expands to Japanese and Korean in addition to English, Chinese Simplified, French, German, Italian, Portuguese, and Spanish languages.
96-
97-
Get started with the new [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument), [Python](quickstarts/try-v3-python-sdk.md), or [.NET](quickstarts/try-v3-csharp-sdk.md) SDK for the v3.0 preview API.
98-
99-
#### Form Recognizer model data extraction
100-
101-
| **Model** | **Text extraction** |**Key-Value pairs** |**Selection Marks** | **Tables** |**Entities** |
102-
| --- | :---: |:---:| :---: | :---: |:---: |
103-
|πŸ†•Read | βœ“ | | | | |
104-
|πŸ†•General document | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
105-
| Layout | βœ“ | | βœ“ | βœ“ | |
106-
| Invoice | βœ“ | βœ“ | βœ“ | βœ“ ||
107-
|Receipt | βœ“ | βœ“ | | ||
108-
| ID document | βœ“ | βœ“ | | ||
109-
| Business card | βœ“ | βœ“ | | ||
110-
| Custom |βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
111-
112112
## November 2021
113113

114114
### Form Recognizer v3.0 preview SDK release update (beta.2)

0 commit comments

Comments
Β (0)