Skip to content

azure-ai-formrecognizer_3.2.0b5

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 07 Jun 23:43
a7c549d

3.2.0b5 (2022-06-07)

Features Added

  • Added paragraphs property on AnalyzeResult.
  • Added new DocumentParagraph model to represent document paragraphs.
  • Added new AddressValue model to represent address fields found in documents.
  • Added kind property on DocumentPage.

Breaking Changes

  • Renamed bounding_box to polygon on BoundingRegion, DocumentContentElement, DocumentLine, DocumentSelectionMark, DocumentWord.
  • Renamed language_code to locale on DocumentLanguage.
  • Some models that previously returned string for address related fields may now return AddressValue. TIP: Use get_model() on DocumentModelAdministrationClient to see updated prebuilt model schemas.
  • Removed entities property on AnalyzeResult.
  • Removed DocumentEntity model.