You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-layout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: conceptual
10
-
ms.date: 05/23/2023
10
+
ms.date: 06/23/2023
11
11
ms.author: lajanuar
12
12
---
13
13
@@ -447,7 +447,7 @@ See here for a [sample document file](https://github.com/Azure-Samples/cognitive
447
447
The JSON output has two parts:
448
448
449
449
*`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.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/faq.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ metadata:
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: faq
10
-
ms.date: 03/03/2023
10
+
ms.date: 06/23/2023
11
11
ms.author: lajanuar
12
12
monikerRange: '>=form-recog-2.1.0'
13
13
@@ -85,7 +85,7 @@ sections:
85
85
86
86
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.
87
87
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.
89
89
90
90
- question: |
91
91
What is the accuracy score and how is it calculated?
For more information, *see* [**Supported clients**](sdk-overview.md#supported-clients)
189
+
For more information, *see* [Supported clients](sdk-overview.md#supported-clients)
190
190
191
191
192
192
- question: |
@@ -464,7 +464,7 @@ sections:
464
464
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.
465
465
466
466
- 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*.
468
468
answer: |
469
469
470
470
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.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/how-to-guides/compose-custom-models.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: how-to
10
-
ms.date: 03/03/2023
10
+
ms.date: 06/23/2023
11
11
ms.author: lajanuar
12
12
---
13
13
@@ -115,7 +115,7 @@ Once you have your label files, you can include them with by calling the trainin
115
115
116
116
### [Client libraries](#tab/sdks)
117
117
118
-
Training with labels leads to better performance in some scenarios. To train with labels, you need to have special label information files (*\<filename\>.pdf.labels.json*) in your blob storage container alongside the training documents. Once you've them, you can call the training method with the *useTrainingLabels* parameter set to `true`.
118
+
Training with labels leads to better performance in some scenarios. To train with labels, you need to have special label information files (*\<filename\>.pdf.labels.json*) in your blob storage container alongside the training documents. Once you have them, you can call the training method with the *useTrainingLabels* parameter set to `true`.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/service-limits.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: applied-ai-services
9
9
ms.subservice: forms-recognizer
10
10
ms.topic: conceptual
11
-
ms.date: 03/03/2023
11
+
ms.date: 06/23/2023
12
12
ms.author: lajanuar
13
13
---
14
14
@@ -173,7 +173,7 @@ Initiate the increase of transactions per second(TPS) limit for your resource by
173
173
* Go to [Azure portal](https://portal.azure.com/)
174
174
* Select the Form Recognizer Resource for which you would like to increase the TPS limit
175
175
* Select *New support request* (*Support + troubleshooting* group)
176
-
* A new window appears with auto-populated information about your Azure Subscription and Azure Resource
176
+
* A new window appears with autopopulated information about your Azure Subscription and Azure Resource
177
177
* Enter *Summary* (like "Increase Form Recognizer TPS limit")
178
178
* In Problem type,* select "Quota or usage validation"
179
179
* Select *Next: Solutions*
@@ -187,7 +187,7 @@ Initiate the increase of transactions per second(TPS) limit for your resource by
187
187
188
188
## Example of a workload pattern best practice
189
189
190
-
This example presents the approach we recommend following to mitigate possible request throttling due to [Autoscaling being in progress](#detailed-description-quota-adjustment-and-best-practices). It isn't an "exact recipe", but merely a template we invite to follow and adjust as necessary.
190
+
This example presents the approach we recommend following to mitigate possible request throttling due to [Autoscaling being in progress](#detailed-description-quota-adjustment-and-best-practices). It isn't an *exact recipe*, but merely a template we invite to follow and adjust as necessary.
191
191
192
192
Let us suppose that a Form Recognizer resource has the default limit set. Start the workload to submit your analyze requests. If you find that you're seeing frequent throttling with response code 429, start by implementing an exponential backoff on the GET analyze response request. By using a progressively longer wait time between retries for consecutive error responses, for example a 2-5-13-34 pattern of delays between requests. In general, it's recommended to not call the get analyze response more than once every 2 seconds for a corresponding POST request.
0 commit comments