github Azure/azure-sdk-for-js @azure/ai-form-recognizer_4.0.0-beta.2

latest releases: @azure-rest/ai-translation-document_1.0.0, @azure/core-rest-pipeline_1.18.0, @azure/template_1.0.12-beta.4315317...
pre-release3 years ago

4.0.0-beta.2 (2021-11-09)

Features Added

  • Added a words method to DocumentLine. This method produces an IterableIterator that will yield all of the DocumentWords that are contained by the line's spans. This allows accessing the words that are related to the line from the line itself.
  • Added createdOn and lastUpdatedOn properties to DocumentAnalysisPollOperationState and TrainingPollOperationState that contain the date and time that the operation was created and last modified, respectively.

Bugs Fixed

  • Improved the handling of long-running operations (analysis and model creation operations). This fixes a bug (#18341) that caused the clients to reject model IDs that contained certain characters with an error: "unable to parse operationLocation". Our improvements to the long-running operation code make this error no longer possible.

Breaking Changes

  • Replaced the operationId field of DocumentAnalysisPollOperationState with an operationLocation field containing the full operation URL, rather than the operation GUID only.

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

NewReleases is sending notifications on new releases.