Commit 04602de
authored
[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 params1 parent 71bd202 commit 04602de
File tree
12 files changed
+5105
-30
lines changed- sdk/formrecognizer/azure-ai-formrecognizer
- azure/ai/formrecognizer
- tests
- recordings
12 files changed
+5105
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments