github Azure/azure-sdk-for-python azure-ai-formrecognizer_3.2.0

3.2.0 (2022-09-08)

Features Added

  • Content type image/heif is supported for document analysis and building models.
  • Added custom_document_models property on ResourceDetails.
  • Added new CustomDocumentModelsDetails model to represent the details of the custom document models in a given Form Recognizer resource.

Breaking Changes

  • This library will default to service API version 2022-08-31 going forward.
  • Removed kind property on DocumentPage.
  • Renamed begin_build_model() to begin_build_document_model() on the DocumentModelAdministrationClient.
  • Renamed begin_compose_model() to begin_compose_document_model() on the DocumentModelAdministrationClient.
  • Renamed begin_copy_model_to() to begin_copy_document_model_to() on the DocumentModelAdministrationClient.
  • Renamed list_models() to list_document_models() on the DocumentModelAdministrationClient.
  • Renamed get_model() to get_document_model() on the DocumentModelAdministrationClient.
  • Renamed delete_model() to delete_document_model() on the DocumentModelAdministrationClient.
  • Removed document_model_count and document_model_limit properties on ResourceDetails.
  • Renamed DocumentModelOperationDetails to OperationDetails.
  • Renamed DocumentModelOperationSummary to OperationSummary.
  • Removed DocumentContentElement.
  • Removed kind and content properties from DocumentSelectionMark.
  • Removed kind from DocumentWord.

Bugs Fixed

  • Added DocumentParagraph to __all__.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.