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/v3-migration-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ recommendations: false
21
21
22
22
## Migrating from a v3.0 preview API version
23
23
24
-
Preview APIs are periodically deprecated. If you are using a preview API version, plan on updating your application to target the GA API version once available. To migrate from the 2021-09-30-preview or the 2022-01-30-preview API versions to the 2022-08-31 (GA) API version using the SDK, update to the [current version of the language specific SDK](sdk-overview.md).
24
+
Preview APIs are periodically deprecated. If you're using a preview API version, plan on updating your application to target the GA API version once available. To migrate from the 2021-09-30-preview or the 2022-01-30-preview API versions to the 2022-08-31 (GA) API version using the SDK, update to the [current version of the language specific SDK](sdk-overview.md).
25
25
26
26
The 2022-08-31 API has a few updates from the preview API versions:
27
27
* Field rename: boundingBox to polygon to support non-quadrilateral polygon regions.
@@ -106,7 +106,7 @@ Base64 encoding is also supported in Form Recognizer v3.0:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/whats-new.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,7 @@ recommendations: false
24
24
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.
25
25
26
26
>[!NOTE]
27
-
> With the release of the 2022-08-31 GA API, the associated preview APIs are being deprecated. If you are using the 2021-09-30-preview or the 2022-01-30-preview API versions, please update your applications to target the 2022-08-31 API version. There are a few minor changes involved, please see the [migration guide](v3-migration-guide.md) for more information.
28
-
27
+
> With the release of the 2022-08-31 GA API, the associated preview APIs are being deprecated. If you are using the 2021-09-30-preview or the 2022-01-30-preview API versions, please update your applications to target the 2022-08-31 API version. There are a few minor changes involved, for more information, _see_ the [migration guide](v3-migration-guide.md).
29
28
30
29
## October 2022
31
30
@@ -35,7 +34,7 @@ Use the REST API parameter `api-version=2022-06-30-preview` when using the API o
35
34
36
35
### Region expansion for training custom neural models
37
36
38
-
Training custom neural models now supported in additional regions.
37
+
Training custom neural models now supported in added regions.
39
38
* East US
40
39
* East US2
41
40
* US Gov Arizona
@@ -581,7 +580,7 @@ The updated Layout API table feature adds header recognition with column headers
581
580
582
581
* Client defaults to the latest supported service version, currently v2.1. You can specify version 2.0 in the **FormRecognizerClientOptions** object's **Version** property.
583
582
584
-
***StartRecognizeIdentityDocuments**. Renamed methods and method parameters using **Identity** to replace _Id_ keyword for all related identity documents recognition API functionalities.
583
+
***StartRecognizeIdentityDocuments**. Renamed methods and method parameters using **Identity** to replace _ID_ keyword for all related identity documents recognition API functionalities.
585
584
586
585
***FormReadingOrder**. *ReadingOrder* renamed to **FormReadingOrder**.
587
586
@@ -669,7 +668,7 @@ The updated Layout API table feature adds header recognition with column headers
669
668
670
669
#### **Breaking changes (May)**
671
670
672
-
***begin_recognize_identity_documents** and **begin_recognize_identity_documents_from_url**. Renamed methods and method parameters using **Identity** to replace _Id_ keyword.
671
+
***begin_recognize_identity_documents** and **begin_recognize_identity_documents_from_url**. Renamed methods and method parameters using **Identity** to replace _ID_ keyword.
673
672
674
673
***FieldValueType**. Renamed value type *country* to **countryRegion**. Removed value type *gender*.
0 commit comments