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

latest releases: azure-cosmos_4.53.5-hotfix, azure-sdk-bom_1.2.23, azure-resourcemanager-quota_1.1.0-beta.1...
pre-release4 years ago

1.0.0-beta.1 (2020-04-23)

Version 1.0.0-beta.1 is a preview of our efforts in creating a Azure Form Recognizer client library that is developer-friendly
and idiomatic to the Java ecosystem. The principles that guide
our efforts can be found in the Azure SDK Design Guidelines for Java.

For more information about this, and preview releases of other Azure SDK libraries, please visit
https://azure.github.io/azure-sdk/releases/latest/java.html.

  • It uses the Form Recognizer service v2.0-preview.1 API.
  • Two client design:
    • FormRecognizerClient to analyze fields/values on custom forms, receipts, and form content/layout
    • FormTrainingClient to train custom models (with/without labels), and manage the custom models on your account
  • Different analyze methods based on input type: file stream or URL.
    • URL input should use the method with suffix fromUrl
    • Stream methods will automatically detect content-type of the input file if not provided.
  • Authentication with API key supported using AzureKeyCredential("<api_key>") from com.azure.core.credential
  • All service errors use the base type: com.azure.ai.formrecognizer.models.ErrorResponseException
  • Reactive streams support using Project Reactor.

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.