github Azure/azure-sdk-for-java azure-ai-formrecognizer_3.0.0-beta.1

latest releases: azure-cosmos-kafka-connect_1.0.0-beta.1, azure-sdk-template-three_1.0.0-beta.3738126, azure-sdk-template-two_1.0.0-beta.3738126...
pre-release3 years ago

3.0.0-beta.1 (2020-08-11)

This beta version targets Azure Form Recognizer service API version v2.0.

Breaking Changes

  • Updated version number to 3.0.0-beta.1 from 1.0.0-beta.4.
  • Added models RecognizeCustomFormOptions, RecognizeReceiptOptions, RecognizeContentOptions and
    TrainingOptions to support passing configurable options to training and recognize API's.
  • Added support for context passing.
  • Moved training client models under com.azure.ai.formrecognizer.training.models namespace
  • Renamed accessors for property includeFieldElements to isFieldElementsIncluded and setFieldElementsIncluded
  • Renamed property type on FieldValue model to valueType
  • Renamed property formWords on FormLine model to words
  • Renamed property code on FormRecognizerError model to errorCode
  • Renamed accessors for property includeSubFolders to isSubfoldersIncluded and setSubfoldersIncluded
  • Renamed property trainingStatus and documentErrors on TrainingDocumentInfo model to status and errors
    respectively
  • Renamed property formPageRange on RecognizedForm model to pageRange
  • Renamed model ErrorInformation to FormRecognizerErrorInformation
  • Renamed model OperationResult to FormRecognizerOperationResult
  • Changed param ordering for methods beginRecognizeCustomForms and beginRecognizeCustomFormsFromUrl

Key Bug Fixes

  • Fixed getFields() to preserve service side ordering of fields.

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

NewReleases is sending notifications on new releases.