github Azure/azure-sdk-for-python azure-ai-formrecognizer_3.2.0b3

latest releases: azure-mgmt-cosmosdb_9.5.0, azure-mgmt-sql_4.0.0b17, azure-mgmt-maintenance_2.2.0b2...
pre-release2 years ago

3.2.0b3 (2022-02-10)

Features Added

  • Added new CurrencyValue model to represent the amount and currency symbol values found in documents.
  • Added DocumentBuildMode enum with values template and neural. These enum values can be passed in for the build_mode parameter in begin_build_model().
  • Added api_version and tags properties on ModelOperation, ModelOperationInfo, DocumentModel, DocumentModelInfo.
  • Added build_mode property on DocTypeInfo.
  • Added a tags keyword argument to begin_build_model(), begin_create_composed_model(), and get_copy_authorization().
  • Added languages property on AnalyzeResult.
  • Added model DocumentLanguage that includes information about the detected languages found in a document.
  • Added sample_analyze_read.py and sample_analyze_read_async.py under the v3.2-beta samples directory. These samples use the new prebuilt-read model added by the service.
  • Added sample_analyze_tax_us_w2.py and sample_analyze_tax_us_w2_async.py under the v3.2-beta samples directory. These samples use the new prebuilt-tax.us.w2 model added by the service.

Breaking Changes

  • Added new required parameter build_mode to begin_build_model().
  • Some models that previously returned float for currency related fields may now return a CurrencyValue. TIP: Use get_model() to see updated prebuilt model schemas.

Bugs Fixed

  • Default the percent_completed property to 0 when not returned with model operation information.

Other Changes

  • Python 2.7 is no longer supported in this release. Please use Python 3.6 or later.
  • Bumped azure-core minimum dependency version from 1.13.0 to 1.20.1.
  • Updated samples that call begin_build_model() to send the build_mode parameter.

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

NewReleases is sending notifications on new releases.