Skip to content

Commit f7a95d6

Browse files
committed
cleanup
1 parent c2a621a commit f7a95d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ recommendations: false
2020
2121
## Migrating from a v3.0 preview API version
2222

23-
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 API version using the SDK, update to the [current version](sdk-overview.md).
23+
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).
2424

2525
The 2022-08-31 API has a few updates from the preview API versions:
2626
* Field rename: boundingBox to polygon to support non-quadrilateral polygon regions.
27-
* Field deleted: entities removed from the result of the general document model.
28-
* Field rename: documentLanguage.languageCode to locale
27+
* Field deleted: entities removed from the result of the general document model.
28+
* Field rename: documentLanguage.languageCode to locale
2929
* Added support for HEIF format
3030
* Added paragraph detection, with role classification for layout and general document models
3131
* Added support for parsed address fields.
3232

33-
## Migrating from v2.1
33+
## Migrating from v2.1
3434

3535
Form Recognizer v3.0 introduces several new features and capabilities:
3636

0 commit comments

Comments
 (0)