Skip to content

azure-ai-formrecognizer_3.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 20 Aug 20:27
522498f

3.0.0 (2020-08-20)

First stable release of the azure-ai-formrecognizer client library.

New features

  • Client-level, keyword argument api_version can be used to specify the service API version to use. Currently only v2.0
    is supported. See the enum FormRecognizerApiVersion for supported API versions.
  • FormWord and FormLine now have attribute kind which specifies the kind of element it is, e.g. "word" or "line"