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
@@ -83,15 +83,15 @@ The following table shows the available models for each stable API.
83
83
|All models|[Add-on capabilities](concept-add-on-capabilities.md)| ✔️| ✔️| Not available| Not available|
84
84
85
85
\* Contains submodels. See the model-specific information for supported variations and subtypes.</br>
86
-
\** All the capabilities for the General document model are available in the Layout model. The General model is no longer supported.
86
+
\** All the capabilities for the general document model are available in the layout model. The general model is no longer supported.
87
87
88
88
### Latency
89
89
90
-
Latency is the amount of time it takes for an API server to handle and process an incoming request and deliver the outgoing response to the client. The time to analyze a document depends on the size (for example, number of pages) and associated content on each page. Document Intelligence is a multitenant service where latency for similar documents is comparable but not always identical. Occasional variability in latency and performance is inherent in any microservice-based, stateless, asynchronous service that processes images and large documents at scale. Although we're continuously scaling up the hardware and capacity and scaling capabilities, you might still have latency issues at runtime.
90
+
Latency is the amount of time it takes for an API server to handle and process an incoming request and deliver the outgoing response to the client. The time to analyze a document depends on the size (for example, number of pages) and associated content on each page. Document Intelligence is a multitenant asynchronous service where latency for similar documents is comparable but not always identical. Occasional variability in latency and performance is inherent in any microservice-based, stateless service that processes images and large documents at scale. Although we're continuously scaling up the hardware and capacity and scaling capabilities, you might still have latency issues at runtime.
91
91
92
92
### Add-on capability
93
93
94
-
The following add-on capabilities are available for Document Intelligence. For all models except the Business card model, Document Intelligence now supports add-on capabilities to allow for more sophisticated analysis. You can enable and disable these optional capabilities depending on the scenario of the document extraction. Seven add-on capabilities are available for the 2023-07-31 (GA) and later API version:
94
+
The following add-on capabilities are available for Document Intelligence. For all models except the business card model, Document Intelligence now supports add-on capabilities to allow for more sophisticated analysis. You can enable and disable these optional capabilities depending on the scenario of the document extraction. Seven add-on capabilities are available for the 2023-07-31 (GA) and later API version:
@@ -157,7 +157,7 @@ This sample document was processed by using [Document Intelligence Studio](https
157
157
:::image type="content" source="media/studio/form-recognizer-studio-read-v3p2.png" alt-text="Screenshot that shows a sample document processed by using Document Intelligence Studio Read.":::
158
158
159
159
> [!div class="nextstepaction"]
160
-
> [Learn more: read model](prebuilt/read.md)
160
+
> [Learn more: Read model](prebuilt/read.md)
161
161
162
162
### Layout analysis
163
163
@@ -171,7 +171,7 @@ This sample document was processed by using [Document Intelligence Studio](https
171
171
172
172
> [!div class="nextstepaction"]
173
173
>
174
-
> [Learn more: layout model](prebuilt/layout.md)
174
+
> [Learn more: Layout model](prebuilt/layout.md)
175
175
176
176
### Health insurance card
177
177
@@ -217,8 +217,8 @@ The US mortgage document models analyze and extract key fields that include borr
|1005 Verification of employment|Extract loan, borrower, property details.|`prebuilt-mortgage.us.1005`|
223
223
|1008 Summary document|Extract borrower, seller, property, mortgage, and underwriting details.|`prebuilt-mortgage.us.1008`|
224
224
|Closing Disclosure|Extract closing, transaction costs, and loan details.|`prebuilt-mortgage.us.closingDisclosure`|
@@ -241,7 +241,7 @@ This sample contract was processed by using [Document Intelligence Studio](https
241
241
:::image type="content" source="media/studio/analyze-contract.png" alt-text="Screenshot that shows contract model extraction using Document Intelligence Studio.":::
@@ -254,7 +254,7 @@ This bank check sample was processed by using [Document Intelligence Studio](htt
254
254
:::image type="content" source="media/studio/analyze-bank-check.png" alt-text="Screenshot that shows bank check model extraction by using Document Intelligence Studio.":::
@@ -267,7 +267,7 @@ This sample bank statement was processed by using [Document Intelligence Studio]
267
267
:::image type="content" source="media/studio/analyze-bank-statement.png" alt-text="Screenshot that shows bank statement model extraction by using Document Intelligence Studio.":::
@@ -280,7 +280,7 @@ This sample pay stub was processed by using [Document Intelligence Studio](https
280
280
:::image type="content" source="media/studio/analyze-pay-stub.png" alt-text="Screenshot that shows payStub model extraction by using Document Intelligence Studio.":::
@@ -293,7 +293,7 @@ This sample invoice was processed by using [Document Intelligence Studio](https:
293
293
:::image type="content" source="./media/studio/analyze-invoice.png" alt-text="Screenshot that shows a sample invoice." lightbox="./media/overview-invoices.jpg":::
@@ -306,7 +306,7 @@ This sample receipt was processed by using [Document Intelligence Studio](https:
306
306
:::image type="content" source="./media/studio/analyze-receipt.png" alt-text="Screenshot that shows a sample receipt." lightbox="./media/overview-receipt.jpg":::
@@ -332,7 +332,7 @@ This sample US marriage certificate was processed by using [Document Intelligenc
332
332
:::image type="content" source="./media/studio/marriage-certificate.png" alt-text="Screenshot that shows a sample marriage certificate." lightbox="./media/studio/marriage-certificate.png":::
@@ -377,10 +377,10 @@ This sample custom extraction was processed by using [Document Intelligence Stud
377
377
:::image type="content" source="media/studio/custom-extraction-models.png" alt-text="Screenshot that shows custom extraction model analysis in Document Intelligence Studio.":::
@@ -389,18 +389,18 @@ This sample custom extraction was processed by using [Document Intelligence Stud
389
389
With the custom classification model, you can identify the document type before you invoke the extraction model. The classification model is available starting with the 2023-07-31 (GA) API. Training a custom classification model requires at least two distinct classes and a minimum of five samples per class.
A composed model is created by taking a collection of custom models and assigning them to a single model built from your form types. You can assign multiple custom models to a composed model called with a single model ID. You can assign up to 200 trained custom models to a single composed model.
396
+
A composed model is created by taking a collection of custom models and assigning them to a single model built from your form types. You can assign multiple custom models to a composed model that are called with a single model ID. You can assign up to 200 trained custom models to a single composed model.
397
397
398
398
This sample composed model is in [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/customform/projects).
399
399
400
400
:::image type="content" source="media/studio/composed-model.png" alt-text="Screenshot that shows the Document Intelligence Studio Compose custom model pane.":::
@@ -440,7 +440,7 @@ This sample document was processed by using the [Sample Labeling tool](https://f
440
440
441
441
> [!div class="nextstepaction"]
442
442
>
443
-
> [Learn more: layout model](prebuilt/layout.md)
443
+
> [Learn more: Layout model](prebuilt/layout.md)
444
444
445
445
### Invoice
446
446
@@ -451,7 +451,7 @@ This sample invoice was processed by using the [Sample Labeling tool](https://fo
451
451
:::image type="content" source="./media/overview-invoices.jpg" alt-text="Screenshot that shows a sample invoice analysis by using the Sample Labeling tool.":::
@@ -462,7 +462,7 @@ This sample receipt was processed by using the [Sample Labeling tool](https://fo
462
462
:::image type="content" source="./media/receipts-example.jpg" alt-text="Screenshot that shows a sample receipt." lightbox="./media/overview-receipt.jpg":::
@@ -487,7 +487,7 @@ This sample business card was processed by using the [Sample Labeling tool](http
487
487
:::image type="content" source="./media/business-card-example.jpg" alt-text="Screenshot that shows a sample business card.":::
488
488
489
489
> [!div class="nextstepaction"]
490
-
> [Learn more: business card model](concept-business-card.md)
490
+
> [Learn more: Business card model](concept-business-card.md)
491
491
492
492
### Custom
493
493
@@ -498,7 +498,7 @@ This sample custom model was processed by using the [Sample Labeling tool](https
498
498
:::image type="content" source="media/overview-custom.jpg" alt-text="Screenshot that shows the Document Intelligence tool analyzing a custom form pane.":::
@@ -509,7 +509,7 @@ This composed model pane was processed by using the [Sample Labeling tool](https
509
509
:::image type="content" source="media/custom-model-compose.png" alt-text="Screenshot that shows the Document Intelligence Studio Compose custom model pane.":::
0 commit comments