4.1.0-beta.1 (2023-04-13)
Features Added
- Added property
QueryFields
toAnalyzeDocumentOptions
to support field extraction without the need for added training. - Added property
Features
toAnalyzeDocumentOptions
to support add-on capabilities. - Added properties
SimilarFontFamily
,FontStyle
,FontWeight
,Color
, andBackgroundColor
toDocumentStyle
. These properties can only be populated whenDocumentAnalysisFeature.OcrFont
is enabled. - Added properties
Annotations
,Barcodes
,Formulas
,Images
, andKind
toDocumentPage
.Formulas
can only be populated whenDocumentAnalysisFeature.OcrFormula
is enabled. - Added member
FormulaBlock
toParagraphRole
. - Added methods in
DocumentAnalysisClient
to support custom document classification:ClassifyDocument
andClassifyDocumentFromUri
. - Added methods in
DocumentModelAdministrationClient
to support custom document classification:BuildDocumentClassifier
,GetDocumentClassifier
,GetDocumentClassifiers
, andDeleteDocumentClassifier
. - Added a new
DocumentClassifierBuildOperationDetails
class. Instances of this class can now be returned in calls toDocumentModelAdministrationClient.GetOperation
. - Added member
DocumentClassifierBuild
toDocumentOperationKind
. - Added member
Boolean
toDocumentFieldType
. - Added method
AsBoolean
toDocumentFieldValue
to support extracting values of boolean fields. - Added property
Code
to theCurrencyValue
class. - Added properties
Unit
,CityDistrict
,StateDistrict
,Suburb
,House
, andLevel
to theAddressValue
class. - Added property
CommonName
to theDocumentKeyValuePair
class. - Added property
ExpiresOn
to theDocumentModelDetails
andDocumentModelSummary
classes. - Added property
CustomNeuralDocumentModelBuilds
to theResourceDetails
class.
Other Changes
DocumentAnalysisClient
andDocumentModelAdministrationClient
now target service API version2023-02-28-preview
by default. Version2022-08-31
can still be targeted if specified in theDocumentAnalysisClientOptions
.