github Azure/azure-sdk-for-python azure-ai-documentintelligence_1.0.0

latest release: azure-mgmt-servicefabricmanagedclusters_2.1.0b2
14 hours ago

1.0.0 (2024-12-17)

Features Added

  • Added support for the Analyze Batch Documents API:
    • Added operations delete_analyze_batch_result(), get_analyze_batch_result() and list_analyze_batch_results() to DocumentIntelligenceClient.
  • Added support for the Analyze Documents API:
    • Added operations delete_analyze_result() to DocumentIntelligenceClient.

Breaking Changes

  • Renamed request body parameters on all methods to body.
  • Renamed operation get_resource_info() to get_resource_details().
  • Renamed model ContentFormat to DocumentContentFormat.
  • Renamed model AnalyzeBatchResultOperation to AnalyzeBatchOperation.
  • Renamed model CopyAuthorization to ModelCopyAuthorization.
  • Renamed model Document to AnalyzedDocument.
  • Renamed model Error to DocumentIntelligenceError.
  • Renamed model ErrorResponse to DocumentIntelligenceErrorResponse.
  • Renamed model InnerError to DocumentIntelligenceInnerError.
  • Renamed model OperationDetails to DocumentIntelligenceOperationDetails.
  • Renamed model OperationStatus to DocumentIntelligenceOperationStatus.
  • Renamed model ResourceDetails to DocumentIntelligenceResourceDetails.
  • Renamed model Warning to DocumentIntelligenceWarning.
  • Renamed property items_property in model DocumentFieldSchema to items_schema.
  • Renamed enum FontStyle to DocumentFontStyle.
  • Renamed enum FontWeight to DocumentFontWeight.
  • Removed model AnalyzeResultOperation.
  • Removed GENERATIVE in enum DocumentBuildMode.

Other Changes

  • Changed the default service API version to 2024-11-30.
  • No need to pass content-type when analyze_request is a stream in begin_analyze_document() and begin_classify_document().

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

NewReleases is sending notifications on new releases.