chore(deps): update dependency azure-ai-documentintelligence to v1.0.0 #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.0.0b3
->==1.0.0
Release Notes
Azure/azure-sdk-for-python (azure-ai-documentintelligence)
v1.0.0
Compare Source
1.0.0 (2024-12-17)
Features Added
delete_analyze_batch_result()
,get_analyze_batch_result()
andlist_analyze_batch_results()
toDocumentIntelligenceClient
.delete_analyze_result()
toDocumentIntelligenceClient
.Breaking Changes
body
.get_resource_info()
toget_resource_details()
.ContentFormat
toDocumentContentFormat
.AnalyzeBatchResultOperation
toAnalyzeBatchOperation
.CopyAuthorization
toModelCopyAuthorization
.Document
toAnalyzedDocument
.Error
toDocumentIntelligenceError
.ErrorResponse
toDocumentIntelligenceErrorResponse
.InnerError
toDocumentIntelligenceInnerError
.OperationDetails
toDocumentIntelligenceOperationDetails
.OperationStatus
toDocumentIntelligenceOperationStatus
.ResourceDetails
toDocumentIntelligenceResourceDetails
.Warning
toDocumentIntelligenceWarning
.items_property
in modelDocumentFieldSchema
toitems_schema
.FontStyle
toDocumentFontStyle
.FontWeight
toDocumentFontWeight
.AnalyzeResultOperation
.GENERATIVE
in enumDocumentBuildMode
.Other Changes
2024-11-30
.content-type
when analyze_request is a stream inbegin_analyze_document()
andbegin_classify_document()
.v1.0.0b4
Compare Source
1.0.0b4 (2024-09-05)
Features Added
begin_analyze_batch_documents()
toDocumentIntelligenceClient
.AnalyzeBatchDocumentsRequest
,AnalyzeBatchResult
andAnalyzeBatchOperationDetail
.get_analyze_result_figure()
andget_analyze_result_pdf()
toDocumentIntelligenceClient
.output
to LRO operationbegin_analyze_document()
overloads inDocumentIntelligenceClient
.AnalyzeOutputOption
to specify output kind, eitherpdf
orfigures
.id
to modelDocumentFigure
.authorize_classifier_copy()
andbegin_copy_classifier_to()
toDocumentIntelligenceAdministrationClient
.AuthorizeClassifierCopyRequest
andClassifierCopyAuthorization
.pages
to LRO operationbegin_classify_document()
overloads inDocumentIntelligenceClient
.GENERATIVE
to enumDocumentBuildMode
.warnings
to modelAnalyzeResult
.classifier_id
,split
, andtraining_hours
to modelDocumentModelDetails
.model_id
,confidence_threshold
,features
,query_fields
andmax_documents_to_analyze
to modelDocumentTypeDetails
.allow_overwrite
to modelBuildDocumentClassifierRequest
.allow_overwrite
andmax_training_hours
to modelBuildDocumentModelRequest
.classifier_id
,split
anddoc_types
to modelComposeDocumentModelRequest
.operation_id
viadetails
property in the new return typesAnalyzeDocumentLROPoller
andAsyncAnalyzeDocumentLROPoller
in operationbegin_analyze_document()
.Breaking Changes
DocumentList
andDocumentListItem
.lists
from modelAnalyzeResult
.ComponentDocumentModelDetails
.component_models
from modelComposeDocumentModelRequest
.ComposeDocumentModelRequest
now requires a dictionary ofDocumentTypeDetails
instances and a classifier ID to be constructed.QuotaDetails
.custom_neural_document_model_builds
from modelResourceDetails
.field_schema
fromDocumentTypeDetails
to be optional.Other Changes
2024-07-31-preview
.1.5X
faster when deserializingJSON
to anAnalyzeResult
object compared to last version1.0.0b3
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.