Skip to content

Commit 0107083

Browse files
committed
edit vinod's pr
1 parent 43a4ddb commit 0107083

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/applied-ai-services/form-recognizer/v3-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ recommendations: false
2121
2222
## Migrating from a v3.0 preview API version
2323

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).
2525

2626
The 2022-08-31 API has a few updates from the preview API versions:
2727
* 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:
106106
}
107107
```
108108

109-
### Additional supported parameters
109+
### Additionally supported parameters
110110

111111
Parameters that continue to be supported:
112112

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ recommendations: false
2424
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.
2525

2626
>[!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).
2928
3029
## October 2022
3130

@@ -35,7 +34,7 @@ Use the REST API parameter `api-version=2022-06-30-preview` when using the API o
3534

3635
### Region expansion for training custom neural models
3736

38-
Training custom neural models now supported in additional regions.
37+
Training custom neural models now supported in added regions.
3938
* East US
4039
* East US2
4140
* US Gov Arizona
@@ -581,7 +580,7 @@ The updated Layout API table feature adds header recognition with column headers
581580

582581
* Client defaults to the latest supported service version, currently v2.1. You can specify version 2.0 in the **FormRecognizerClientOptions** object's **Version** property.
583582

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.
585584

586585
* **FormReadingOrder**. *ReadingOrder* renamed to **FormReadingOrder**.
587586

@@ -669,7 +668,7 @@ The updated Layout API table feature adds header recognition with column headers
669668

670669
#### **Breaking changes (May)**
671670

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.
673672

674673
* **FieldValueType**. Renamed value type *country* to **countryRegion**. Removed value type *gender*.
675674

0 commit comments

Comments
 (0)