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

latest releases: azure-identity-broker_1.1.1, azure-identity_1.12.1, azure-sdk-template-three_1.0.0-beta.3753787...
pre-release3 years ago

1.0.0-beta.3 (2020-06-10)

New Features

  • Support to copy a custom model from one Form Recognizer resource to another
  • Added support for AAD Authentication.
  • Raise FormRecognizerException when a model with ModelStatus.Invalid is returned from the beginTraining() API's
  • Raise FormRecognizerException when an invalid analyze status is returned from the service for recognize API's
  • Add pageNumber property to FormPage and FormTable model
  • Add getFormRecognizerClient() and getFormRecognizerAsyncClient() in FormTrainingClient and FormTrainingAsyncClient
  • Add FormTrainingClientBuilder to build FormTrainingAsyncClient and FormTrainingClient

Breaking Changes

  • Update FormRecognizer API calls to return a List instead of IterableStream.
  • Adopt the training namespace for Form Recognizer Training Clients
  • Rename enum type DimensionUnit to LengthUnit on FormPage
  • USReceipt, USReceiptItem, USReceiptType and FormField{T} types removed. Information about a RecognizedReceipt
    must now be extracted from its RecognizedForm.
  • Rename parameters data and sourceUrl parameters found on methods for FormRecognizerClient to form and formUrl, respectively.
  • Rename parameters for receipt API methods to receipt and receiptUrl.
  • Update FormField property transactionTime on USReceipt to return LocalTime instead of String
  • Rename model PageRange to FormPageRange
  • Rename property startPageNumber to firstPageNumber and endPageNumber to lastPageNumber in model PageRange
  • Rename getCustomModelInfos to listCustomModels
  • Rename property lastUpdatedOn to completedOn and createdOn to requestedOn in CustomFormModel and
    CustomFormModelInfo model
  • Rename model CustomFormSubModel to CustomFormSubmodel
  • Rename subModels property on CustomFormModel to submodels
  • Remove pageNumber property from FormField model
  • Rename parameter fileSourceUrl to trainingFilesUrl on beginTraining method in FormTrainingClients
  • Rename parameter useLabelFile to useTrainingLabels on beginTraining method in FormTrainingClients
  • Replace parameters filePrefix and includeSubFolders with TrainingFileFilter model
  • Rename AccountProperties count and limit to customModelCount and customModelLimit
  • Rename apiKey() to credential() on FormRecognizerClientBuilder.

Key Bug Fixes

  • Fix bug in FormRecognizer API's to support multipage document recognition.
  • Fix Receipt type to select the valueString field via fieldValue.

This package's
documentation
and
samples
demonstrate the new API.

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

NewReleases is sending notifications on new releases.