Skip to content

Commit 34d80fd

Browse files
[formrecognizer] Update changelog for release (#21555)
* update changelog for release * update samples readme * add changelog entry for new samples * reword samples entry
1 parent 7671826 commit 34d80fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# Release History
22

3-
## 3.2.0b2 (Unreleased)
3+
## 3.2.0b2 (2021-11-09)
44

55
### Features Added
66
- Added `get_words` methods on `AnalyzedDocument`, `DocumentEntity`, `DocumentField`, `DocumentLine`, `DocumentKeyValueElement`, `DocumentTable`, `DocumentTableCell`.
77
- Added `get_lines` methods on `AnalyzedDocument`, `DocumentEntity`, `DocumentField`, `DocumentKeyValueElement`, `DocumentTable`, `DocumentTableCell`.
8+
- Added samples showing how to use `get_words` and `get_lines` under `/samples/v3.2-beta`: `sample_get_document_elements.py` and `sample_get_document_elements_async.py`.
89

910
### Breaking Changes
1011
- Renamed `DocumentElement` to `DocumentContentElement`.
1112

12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1613
## 3.2.0b1 (2021-10-07)
1714

1815
This version of the SDK defaults to the latest supported API version, which is currently 2021-09-30-preview.

sdk/formrecognizer/azure-ai-formrecognizer/samples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ All of these samples need the endpoint to your Form Recognizer resource ([instru
3939
|[sample_manage_models.py][sample_manage_models] and [sample_manage_models_async.py][sample_manage_models_async]|Manage the models in your account|
4040
|[sample_get_operations.py][sample_get_operations] and [sample_get_operations_async.py][sample_get_operations_async]|Get and list the document model operations created within the past 24 hours|
4141
|[sample_copy_model.py][sample_copy] and [sample_copy_model_async.py][sample_copy_async]|Copy a custom model from one Form Recognizer resource to another|
42+
|[sample_get_document_elements.py][sample_get_document_elements] and [sample_get_document_elements_async.py][sample_get_document_elements_async]|Get document elements, like words and lines, related to other elements returned after an analysis operation|
4243

4344
## Samples for client library versions 3.1.X
4445

@@ -135,6 +136,8 @@ what you can do with the Azure Form Recognizer client library.
135136
[sample_get_operations_async]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/async_samples/sample_get_operations_async.py
136137
[sample_copy]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/sample_copy_model.py
137138
[sample_copy_async]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/async_samples/sample_copy_model_async.py
139+
[sample_get_document_elements]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/sample_get_document_elements.py
140+
[sample_get_document_elements_async]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/async_samples/sample_get_document_elements_async.py
138141

139142
<!-- V3.1 links -->
140143
[sample_authentication]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.1/sample_authentication.py

0 commit comments

Comments
 (0)