Skip to content

Commit 04602de

Browse files
[formrecognizer] Initial work for adding get_children methods (Azure#21224)
* initial get_children work * add support for cross page elements, update return types * add tests * add recordings * update DocumentContentElement test * move get children to DocumentKeyValueElement, typing fixes * remove references to selection marks * fix document key value element test * remove long type annotation * update changelog * newline * doc fixes and improvements * rename test class * refactor get children methods * update wording for confidence * fix document content element docs * specify return type in get element list helper * more doc fixes * fix type return * refactor get_children into separate methods * update tests for new methods * add docs * update changelog * remove extra param and check from internal _get_children * transform words and lines to convenience layer versions * add test * pass named params
1 parent 71bd202 commit 04602de

12 files changed

+5105
-30
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 3.2.0b2 (Unreleased)
44

55
### Features Added
6+
- Added `get_words` methods on `AnalyzedDocument`, `DocumentEntity`, `DocumentField`, `DocumentLine`, `DocumentKeyValueElement`, `DocumentTable`, `DocumentTableCell`.
7+
- Added `get_lines` methods on `AnalyzedDocument`, `DocumentEntity`, `DocumentField`, `DocumentKeyValueElement`, `DocumentTable`, `DocumentTableCell`.
68

79
### Breaking Changes
810
- Renamed `DocumentElement` to `DocumentContentElement`.

0 commit comments

Comments
 (0)