3.3.0 (2023-08-08)
This version of the client library defaults to the service API version 2023-07-31
.
Breaking Changes
Note: The following changes are only breaking from the previous beta. They are not breaking against previous stable versions.
- Going forward this library will default to service API version
2023-07-31
. - Removed
query_fields
keyword argument frombegin_analyze_document()
andbegin_analyze_document_from_url()
. - Removed
kind
property fromDocumentPage
. - Removed
images
property fromDocumentPage
. - Removed
DocumentImage
model. - Removed
annotations
property fromDocumentPage
. - Removed
DocumentAnnotation
model. - Removed
common_name
property fromDocumentKeyValuePair
. - Changed
AnalysisFeature
enum member names and values. Supported enum members are:OCR_HIGH_RESOLUTION
,LANGUAGES
,BARCODES
,FORMULAS
,KEY_VALUE_PAIRS
,STYLE_FONT
. - Renamed
custom_neural_document_model_builds
property toneural_document_model_quota
onResourceDetails
model. - Renamed
AzureBlobSource
model toBlobSource
. - Renamed
AzureBlobFileListSource
model toBlobFileListSource
. - Marked
neural_document_model_quota
as optional onResourceDetails
.
Other Changes
- Corrected typing for the
polygon
property onDocumentWord
,DocumentSelectionMark
,DocumentLine
. - Corrected typing for
words
,lines
, andselection_marks
properties onDocumentPage
. - Renamed the samples directory to
v3.2_and_later/
for samples that support 3.2 and later.