Skip to content

Commit 08d110d

Browse files
authored
Merge pull request #242839 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents a6dbfa1 + f905ec4 commit 08d110d

File tree

111 files changed

+2453
-1961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+2453
-1961
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ resourceGroup="myResourceGroup"
132132
location="westcentralus"
133133
134134
az aks update --name $clusterName \
135-
--group $resourceGroup \
135+
--resource-group $resourceGroup \
136136
--network-plugin-mode overlay \
137137
--pod-cidr 192.168.0.0/16
138138
```

articles/aks/use-kms-etcd-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information on using the KMS plugin, see [Encrypting Secret Data at Res
2424

2525
> [!WARNING]
2626
> KMS supports Konnectivity or [API Server Vnet Integration][api-server-vnet-integration].
27-
> You can use `kubectl get po -n kube-system` to verify the results show that a konnectivity-agent-xxx pod is running. If there is, it means the AKS cluster is using Konnectivity. When using VNet integration, you can run the command `az aks cluster show -g -n` to verify the setting `enableVnetIntegration` is set to **true**.
27+
> You can use `kubectl get po -n kube-system` to verify the results show that a konnectivity-agent-xxx pod is running. If there is, it means the AKS cluster is using Konnectivity. When using VNet integration, you can run the command `az aks show -g -n` to verify the setting `enableVnetIntegration` is set to **true**.
2828
2929
## Limitations
3030

articles/applied-ai-services/.openpublishing.redirection.applied-ai-services.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@
167167
"redirect_document_id": true
168168
}
169169
]
170-
}
170+
}

articles/applied-ai-services/form-recognizer/choose-model-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ The following decision charts highlight the features of each **Form Recognizer v
5959

6060
## Next steps
6161

62-
* [Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
62+
* [Learn how to process your own forms and documents](quickstarts/try-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)

articles/applied-ai-services/form-recognizer/concept-accuracy-confidence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Variances in the visual structure of your documents affect the accuracy of your
7676
## Next step
7777

7878
> [!div class="nextstepaction"]
79-
> [Learn to create custom models ](quickstarts/try-v3-form-recognizer-studio.md#custom-models)
79+
> [Learn to create custom models ](quickstarts/try-form-recognizer-studio.md#custom-models)

articles/applied-ai-services/form-recognizer/concept-form-recognizer-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: 'form-recog-3.0.0'
1616

1717
**This article applies to:** ![Form Recognizer v3.0 checkmark](media/yes-icon.png) **Form Recognizer v3.0**.
1818

19-
[Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/) is an online tool for visually exploring, understanding, and integrating features from the Form Recognizer service into your applications. Use the [Form Recognizer Studio quickstart](quickstarts/try-v3-form-recognizer-studio.md) to get started analyzing documents with pretrained models. Build custom template models and reference the models in your applications using the [Python SDK v3.0](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and other quickstarts.
19+
[Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/) is an online tool for visually exploring, understanding, and integrating features from the Form Recognizer service into your applications. Use the [Form Recognizer Studio quickstart](quickstarts/try-form-recognizer-studio.md) to get started analyzing documents with pretrained models. Build custom template models and reference the models in your applications using the [Python SDK v3.0](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and other quickstarts.
2020

2121
The following image shows the Invoice prebuilt model feature at work.
2222

@@ -43,4 +43,4 @@ The following Form Recognizer service features are available in the Studio.
4343
* Refer to our [**v3.0 REST API quickstarts**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) to try the v3.0features using the new REST API.
4444

4545
> [!div class="nextstepaction"]
46-
> [Form Recognizer Studio quickstart](quickstarts/try-v3-form-recognizer-studio.md)
46+
> [Form Recognizer Studio quickstart](quickstarts/try-form-recognizer-studio.md)

articles/applied-ai-services/form-recognizer/concept-layout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 05/23/2023
10+
ms.date: 06/23/2023
1111
ms.author: lajanuar
1212
---
1313

@@ -447,7 +447,7 @@ See here for a [sample document file](https://github.com/Azure-Samples/cognitive
447447
The JSON output has two parts:
448448

449449
* `readResults` node contains all of the recognized text and selection mark. The text presentation hierarchy is page, then line, then individual words.
450-
* `pageResults` node contains the tables and cells extracted with their bounding boxes, confidence, and a reference to the lines and words in "readResults".
450+
* `pageResults` node contains the tables and cells extracted with their bounding boxes, confidence, and a reference to the lines and words in "readResults" field.
451451

452452
## Example Output
453453

@@ -474,7 +474,7 @@ Layout API also extracts selection marks from documents. Extracted selection mar
474474

475475
::: moniker range="form-recog-3.0.0"
476476

477-
* [Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
477+
* [Learn how to process your own forms and documents](quickstarts/try-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
478478

479479
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
480480

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: faq
10-
ms.date: 03/03/2023
10+
ms.date: 06/23/2023
1111
ms.author: lajanuar
1212
monikerRange: '>=form-recog-2.1.0'
1313

@@ -85,7 +85,7 @@ sections:
8585
8686
Models have the same lifecycle as the API version used to train the model. Custom models trained with a generally available (GA) version of the API have the same lifecycle as the API version. When the API version is deprecated, the model is no longer available for inference. Models trained with a preview version of the API also have the same lifecycle as the preview API.
8787
88-
Expect that preview APIs will be deprecated within three months of an updated preview API version or newer generally available API version.
88+
Expect preview API deprecation within three months of an updated preview API version or newer generally available API version.
8989
9090
- question: |
9191
What is the accuracy score and how is it calculated?
@@ -167,7 +167,7 @@ sections:
167167
168168
- [C#/.NET](https://www.nuget.org/packages/Azure.AI.FormRecognizer/4.0.0)
169169
170-
- [Java](https://oss.sonatype.org/#nexus-search;quick-azure-ai-formrecognizer)
170+
- [Java](https://oss.sonatype.org/#nexus-search; quick-azure-ai-formrecognizer)
171171
172172
- [JavaScript/TypeScript](https://www.npmjs.com/package/@azure/ai-form-recognizer/v/4.0.0-beta.4)
173173
@@ -186,7 +186,7 @@ sections:
186186
| JavaScript | [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-ai-form-recognizer/4.0.0/index.html)|[**v3.0**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)</br> [**v2.1**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)</br>[**v2.0**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2/operations/AnalyzeLayoutAsync) |
187187
| Python | [3.2.0](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.2.0/index.html) |[**v3.0**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)</br> [**v2.1**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)</br>[**v2.0**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2/operations/AnalyzeLayoutAsync) |
188188
189-
For more information, *see* [**Supported clients**](sdk-overview.md#supported-clients)
189+
For more information, *see* [Supported clients](sdk-overview.md#supported-clients)
190190
191191
192192
- question: |
@@ -371,7 +371,7 @@ sections:
371371
- question: |
372372
I'm building a custom model, what does the signature-detection label return?
373373
answer: |
374-
[Signature detection](quickstarts/try-v3-form-recognizer-studio.md#signature-detection) looks for the presence of a signature, not the identity of the person signing the document.
374+
[Signature detection](quickstarts/try-form-recognizer-studio.md#signature-detection) looks for the presence of a signature, not the identity of the person signing the document.
375375
376376
If the model returns "unsigned" for signature detection, the model didn’t find a signature in the defined field.
377377
@@ -386,7 +386,7 @@ sections:
386386
387387
- Do your tables span across multiple pages? If so, to avoid having to label all of the pages, split the PDF into pages prior to sending it to Form Recognizer. Following the analysis, post-process the pages to a single table.
388388
389-
- If you’re creating custom models, refer to [Labeling as tables](quickstarts/try-v3-form-recognizer-studio.md#labeling-as-tables). Dynamic tables have a variable number of rows for each given column. Fixed tables have a constant number of rows for each given column.
389+
- If you’re creating custom models, refer to [Labeling as tables](quickstarts/try-form-recognizer-studio.md#labeling-as-tables). Dynamic tables have a variable number of rows for each given column. Fixed tables have a constant number of rows for each given column.
390390
391391
- question: |
392392
How can I move my trained models from one environment (like beta) to another (like production)?
@@ -464,7 +464,7 @@ sections:
464464
Form Recognizer connected containers send billing information to Azure by using a Form Recognizer resource on your Azure account. Connected containers don't send customer data, such as the image or text that's being analyzed, to Microsoft. See the [Cognitive Services container FAQ](../../cognitive-services/containers/disconnected-container-faq.yml#how-does-billing-work) for an example of the information sent to Microsoft for billing.
465465
466466
- question: |
467-
I received an "OutOfQuota" error message: "Container isn't in a valid state. Subscription validation failed with status 'OutOfQuota'. API key is out of quota".
467+
I received an "OutOfQuota" error message: *Container isn't in a valid state. Subscription validation failed with status 'OutOfQuota' API key is out of quota*.
468468
answer: |
469469
470470
Form Recognizer connected containers send billing information to Azure by using a Form Recognizer resource on your Azure account. You could get this message if the containers can't communicate with the billing endpoint.

articles/applied-ai-services/form-recognizer/how-to-guides/build-a-custom-classifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Once you've put together the set of forms or documents for training, you need to
4545

4646
The Form Recognizer Studio provides and orchestrates all the API calls required to complete your dataset and train your model.
4747

48-
1. Start by navigating to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio). The first time you use the Studio, you need to [initialize your subscription, resource group, and resource](../quickstarts/try-v3-form-recognizer-studio.md). Then, follow the [prerequisites for custom projects](../quickstarts/try-v3-form-recognizer-studio.md#additional-prerequisites-for-custom-projects) to configure the Studio to access your training dataset.
48+
1. Start by navigating to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio). The first time you use the Studio, you need to [initialize your subscription, resource group, and resource](../quickstarts/try-form-recognizer-studio.md). Then, follow the [prerequisites for custom projects](../quickstarts/try-form-recognizer-studio.md#added-prerequisites-for-custom-projects) to configure the Studio to access your training dataset.
4949

5050
1. In the Studio, select the **Custom classification model** tile, on the custom models section of the page and select the **Create a project** button.
5151

0 commit comments

Comments
 (0)