github Azure/azure-sdk-for-net Azure.AI.FormRecognizer_3.1.0-beta.1

latest releases: Azure.AI.OpenAI_1.0.0-beta.17, Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.8, Azure.AI.OpenAI.Assistants_1.0.0-beta.4...
pre-release3 years ago

3.1.0-beta.1 (2020-11-23)

Breaking changes

  • It defaults to the latest supported service version, which currently is 2.1-preview.2.

New Features

  • Added integration for ASP.NET Core.
  • Added support for pre-built business card recognition.
  • Added support for pre-built invoices recognition.
  • Added support for providing locale information when recognizing receipts and business cards. Supported locales include EN-US, EN-AU, EN-CA, EN-GB, EN-IN.
  • Added support for providing the document language in StartRecognizeContent when recognizing a form.
  • Added support to train and recognize custom forms with selection marks such as check boxes and radio buttons. This functionality is only available in train with labels scenarios.
  • Added support to StartRecognizeContent to recognize selection marks such as check boxes and radio buttons.
  • Added ability to create a composed model from the FormTrainingClient by calling method StartCreateComposedModel.
  • Added ability to pass parameter ModelName to StartTraining methods.
  • Added the properties ModelName and Properties to types CustomFormModel and CustomFormModelInfo.
  • Added type CustomFormModelProperties that includes information like if a model is a composed model.
  • Added property ModelId to CustomFormSubmodel and TrainingDocumentInfo.
  • Added properties ModelId and FormTypeConfidence to RecognizedForm.
  • Added property Appearance to FormLine to indicate the style of the extracted text. For example, "handwriting" or "other".
  • Added property BoundingBox to FormTable.
  • Added support for ContentType image/bmp in recognize content and prebuilt models.
  • Added property Pages to RecognizeContentOptions to specify the page numbers to analyze.

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

NewReleases is sending notifications on new releases.