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
## How to use the Form Recognizer SDK in your applications
39
+
## Changelog and release history
40
+
41
+
#### Form Recognizer SDK beta August 2022 preview release
42
+
43
+
>[!NOTE]
44
+
> The 4.0.0-beta.5 (C#), 4.0.0-beta.6 (Java), 4.0.0-beta.6 (JavaScript) and 3.2.0b6 (Python) previews contain the same updates and bug fixes but the versioning is no longer in sync across all programming languages.
### Form Recognizer SDK beta June 2022 preview release
91
+
92
+
>[!NOTE]
93
+
> The 4.0.0-beta.4 (C# and JavaScript), 4.0.0-beta.5 (Java), and 3.2.0b5 (Python) previews contain the same updates and bug fixes but the versioning is no longer in sync across all programming languages.
The Form Recognizer SDK enables the use and management of the Form Recognizer service in your application. The SDK builds on the underlying Form Recognizer REST API allowing you to easily use those APIs within your programming language paradigm. Here's how you use the Form Recognizer SDK for your preferred language:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/whats-new.md
+54-5Lines changed: 54 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,61 @@ ms.author: lajanuar
17
17
18
18
Form Recognizer service is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and documentation updates.
19
19
20
+
## September 2022
21
+
22
+
Form Recognizer SDK
23
+
20
24
## August 2022
21
25
26
+
#### Form Recognizer SDK beta August 2022 preview release
27
+
28
+
>[!NOTE]
29
+
> The 4.0.0-beta.5 (C#), 4.0.0-beta.6 (Java), 4.0.0-beta.6 (JavaScript) and 3.2.0b6 (Python) previews contain the same updates and bug fixes but the versioning is no longer in sync across all programming languages.
**Form Recognizer REST API v3.0 is now generally available and ready for use in production applications!** Update your applications with [**REST API version 2022-08-31**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument).
@@ -83,9 +136,7 @@ The **2022-06-30-preview** release presents extensive updates across the feature
83
136
*[**Prebuilt ID document model**](concept-id-document.md). The ID document model now extracts DateOfIssue, Height, Weight, EyeColor, HairColor, and DocumentDiscriminator from US driver's licenses. _See_[field extraction](concept-id-document.md).
84
137
*[**Read model now supports common Microsoft Office document types**](concept-read.md). Document types like Word (docx) and PowerPoint (ppt) are now supported with the Read API. See [page extraction](concept-read.md#pages).
85
138
86
-
#### Form Recognizer SDK beta preview release
87
-
88
-
The latest beta release version of the Azure Form Recognizer SDKs incorporates new features, minor feature updates and bug fixes.
139
+
#### Form Recognizer SDK beta June 2022 preview release
89
140
90
141
>[!NOTE]
91
142
> The 4.0.0-beta.4 (C# and JavaScript), 4.0.0-beta.5 (Java), and 3.2.0b5 (Python) previews contain the same updates and bug fixes but the versioning is no longer in sync across all programming languages.
@@ -166,8 +217,6 @@ Get started with the new [REST API](https://westus.dev.cognitive.microsoft.com/d
166
217
167
218
#### Form Recognizer SDK beta preview release
168
219
169
-
The latest beta release version of the Azure Form Recognizer SDKs incorporates new features, minor feature updates and bug fixes.
170
-
171
220
>[!NOTE]
172
221
> The 4.0.0-beta.3 (C# and JavaScript), 4.0.0-beta.4 (Java), and 3.2.0b4 (Python) previews contain the same updates and bug fixes but the versioning is no longer in sync across all programming languages.
0 commit comments