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/applied-ai-services/form-recognizer/whats-new.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,36 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
20
20
21
21
## February 2022
22
22
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.
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.
26
53
27
54
>[!NOTE]
28
55
> 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:
82
109
83
110
---
84
111
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.
0 commit comments