Update docs metadata
This commit is contained in:
Родитель
94de7e5a35
Коммит
eff2a39750
|
@ -3,12 +3,12 @@ title: Azure Form Recognizer client library for Java
|
|||
keywords: Azure, java, SDK, API, azure-ai-formrecognizer, formrecognizer
|
||||
author: samvaity
|
||||
ms.author: savaity
|
||||
ms.date: 07/05/2022
|
||||
ms.date: 08/11/2022
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: formrecognizer
|
||||
---
|
||||
# Azure Form Recognizer client library for Java - version 3.1.13
|
||||
# Azure Form Recognizer client library for Java - version 3.1.14
|
||||
|
||||
Azure Cognitive Services Form Recognizer is a cloud service that uses machine learning to recognize text and table data
|
||||
from form documents. It includes the following main functionalities:
|
||||
|
@ -34,7 +34,7 @@ from form documents. It includes the following main functionalities:
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.13/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.14/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -69,7 +69,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-ai-formrecognizer</artifactId>
|
||||
<version>3.1.12</version>
|
||||
<version>3.1.14</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -175,7 +175,7 @@ Authentication with AAD requires some initial setup:
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-identity</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<version>1.5.4</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -543,14 +543,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
|
||||
<!-- LINKS -->
|
||||
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory
|
||||
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.13/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
|
||||
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.14/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
|
||||
[key]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
|
||||
[api_reference_doc]: https://aka.ms/azsdk-java-formrecognizer-ref-docs
|
||||
[github_io_docs]: https://aka.ms/azsdk-java-formrecognizer-ref-docs
|
||||
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_3.1.13/sdk/identity/azure-identity#credentials
|
||||
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_3.1.14/sdk/identity/azure-identity#credentials
|
||||
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows
|
||||
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_3.1.13/sdk/identity/azure-identity#credentials
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_3.1.14/sdk/identity/azure-identity#credentials
|
||||
[azure_portal]: https://ms.portal.azure.com
|
||||
[azure_subscription]: https://azure.microsoft.com/free
|
||||
[cla]: https://cla.microsoft.com
|
||||
|
@ -570,7 +570,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[fr_labeling_tool]: /azure/cognitive-services/form-recognizer/label-tool?tabs=v2-1
|
||||
[fr_train_without_labels]: /azure/cognitive-services/form-recognizer/overview#train-without-labels
|
||||
[fr_train_with_labels]: /azure/cognitive-services/form-recognizer/overview#train-with-labels
|
||||
[http_response_exception]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.13/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[http_response_exception]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.14/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
|
||||
[package]: https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer
|
||||
|
@ -605,7 +605,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[service_recognize_identity_documents_fields]: https://aka.ms/formrecognizer/iddocumentfields
|
||||
[service_recognize_receipt_fields]: https://aka.ms/formrecognizer/receiptfields
|
||||
[strongly_typed_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/StronglyTypedRecognizedForm.java
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.13/sdk/formrecognizer/azure-ai-formrecognizer/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_3.1.14/sdk/formrecognizer/azure-ai-formrecognizer/src
|
||||
[quickstart_training]: /azure/cognitive-services/form-recognizer/quickstarts/curl-train-extract#train-a-form-recognizer-model
|
||||
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-ai-formrecognizer",
|
||||
"Version": "3.1.13",
|
||||
"Version": "3.1.14",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/formrecognizer/azure-ai-formrecognizer",
|
||||
"ServiceDirectory": "formrecognizer",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-ai-formrecognizer",
|
||||
"ReleaseStatus": "2022-07-05"
|
||||
"ReleaseStatus": "2022-08-11"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче