github Azure/azure-sdk-for-python azure-ai-formrecognizer_3.1.0b1

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

3.1.0b1 (2020-11-23)

This version of the SDK defaults to the latest supported API version, which currently is v2.1-preview.

New features

  • New methods begin_recognize_business_cards and begin_recognize_business_cards_from_url introduced to the SDK. Use these
    methods to recognize data from business cards
  • New methods begin_recognize_invoices and begin_recognize_invoices_from_url introduced to the SDK. Use these
    methods to recognize data from invoices
  • Recognize receipt methods now take keyword argument locale to optionally indicate the locale of the receipt for
    improved results
  • Added ability to create a composed model from the FormTrainingClient by calling method begin_create_composed_model()
  • Added support to train and recognize custom forms with selection marks such as check boxes and radio buttons.
    This functionality is only available for models trained with labels
  • Added property selection_marks to FormPage which contains a list of FormSelectionMark
  • When passing include_field_elements=True, the property field_elements on FieldData and FormTableCell will
    also be populated with any selection marks found on the page
  • Added the properties model_name and properties to types CustomFormModel and CustomFormModelInfo
  • Added keyword argument model_name to begin_training() and begin_create_composed_model()
  • Added model type CustomFormModelProperties that includes information like if a model is a composed model
  • Added property model_id to CustomFormSubmodel and TrainingDocumentInfo
  • Added properties model_id and form_type_confidence to RecognizedForm
  • appearance property added to FormLine to indicate the style of extracted text - like "handwriting" or "other"
  • Added keyword argument pages to begin_recognize_content and begin_recognize_content_from_url to specify the page
    numbers to analyze
  • Added property bounding_box to FormTable
  • Content-type image/bmp now supported by recognize content and prebuilt models
  • Added keyword argument language to begin_recognize_content and begin_recognize_content_from_url to specify
    which language to process document in

Dependency updates

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

NewReleases is sending notifications on new releases.