github Azure/azure-sdk-for-java azure-ai-formrecognizer_1.0.0-beta.4

latest releases: azure-resourcemanager-eventgrid_1.2.0-beta.6, azure-cosmos-spark_3-5_2-12_4.30.0, azure-cosmos-spark_3-4_2-12_4.30.0...
pre-release3 years ago

1.0.0-beta.4 (2020-07-07)

Breaking Changes

  • beginRecognizeReceipt APIs now return a RecognizedForm model instead of a RecognizedReceipt. See
    this
    suggested approach for extracting information from receipts.
  • Methods returning textContent have been renamed to fieldElements on FieldData and FormTableCell
  • Renamed FormContent to FormElement
  • Renamed FieldText to FieldData
  • Renamed properties requestedOn to trainingStartedOn and completedOn to trainingCompletedOn on model
  • Throw HttpResponseException instead of ErrorResponseException to model service side exceptions
    CustomFormModel and CustomFormModelInfo.
  • Changed CopyAuthorization.getExpiresOn() to return a OffsetDateTime instead of a long value
  • Added RecognizeOptions to pass configurable options when using recognize APIs on FormRecognizerClient.
  • Changed submodels property on CustomFormModel to return a List instead of IterableStream
  • Renamed fieldMap property to fields on CustomFormSubmodel model
  • Renamed elements property on model FormTableCell to textContent
  • Renamed includeTextDetails references in parameter and model properties to includeFieldElements
  • Removed TextContentType model and use instanceOf to detect the FormContent type

Key Bug Fixes

  • Fixed textAngle to be returned between (-180, 180].

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

NewReleases is sending notifications on new releases.