Skip to content

Commit fa0ddde

Browse files
Merge pull request #1448 from Additi/patch-32
Update model-overview.md minor changes
2 parents c069634 + d83a361 commit fa0ddde

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

articles/ai-services/document-intelligence/model-overview.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,19 @@ The following table shows the available models for each stable API:
8888

8989
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.
9090

91+
### Add-on Capability
92+
93+
Following are the add-on capability available in document intelligence. For all models, except Business card model, Document Intelligence now supports add-on capabilities to allow for more sophisticated analysis. These optional capabilities can be enabled and disabled depending on the scenario of the document extraction. There are seven add-on capabilities available for the `2023-07-31` (GA) and later API version:
94+
95+
* [`ocrHighResolution`](concept-add-on-capabilities.md#high-resolution-extraction)
96+
* [`formulas`](concept-add-on-capabilities.md#formula-extraction)
97+
* [`styleFont`](concept-add-on-capabilities.md#font-property-extraction)
98+
* [`barcodes`](concept-add-on-capabilities.md#barcode-property-extraction)
99+
* [`languages`](concept-add-on-capabilities.md#language-detection)
100+
* [`keyValuePairs`](concept-add-on-capabilities.md#key-value-pairs)
101+
* [`queryFields`](concept-add-on-capabilities.md#query-fields) `Not available with the US.Tax models`
102+
* [`searchablePDF`](prebuilt/read.md#searchable-pdf) `Only available for Read Model`
103+
91104
|**Add-on Capability**| **Add-On/Free**|• **2024-11-30 (GA)**|[`2023-07-31` (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[`2022-08-31` (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v3.0%20(2022-08-31)&preserve-view=true&tabs=HTTP)|[v2.1 (GA)](/rest/api/aiservices/analyzer?view=rest-aiservices-v2.1&preserve-view=true)|
92105
|----------------|-----------|---|--|---|---|
93106
|Font property extraction|Add-On| ✔️| ✔️| n/a| n/a|
@@ -115,17 +128,6 @@ A bounding box (`polygon` in v3.0 and later versions) is an abstract rectangle t
115128

116129
* Image coordinates are presented in pixels. For a PDF, coordinates are presented in inches.
117130

118-
For all models, except Business card model, Document Intelligence now supports add-on capabilities to allow for more sophisticated analysis. These optional capabilities can be enabled and disabled depending on the scenario of the document extraction. There are seven add-on capabilities available for the `2023-07-31` (GA) and later API version:
119-
120-
* [`ocrHighResolution`](concept-add-on-capabilities.md#high-resolution-extraction)
121-
* [`formulas`](concept-add-on-capabilities.md#formula-extraction)
122-
* [`styleFont`](concept-add-on-capabilities.md#font-property-extraction)
123-
* [`barcodes`](concept-add-on-capabilities.md#barcode-property-extraction)
124-
* [`languages`](concept-add-on-capabilities.md#language-detection)
125-
* [`keyValuePairs`](concept-add-on-capabilities.md#key-value-pairs)
126-
* [`queryFields`](concept-add-on-capabilities.md#query-fields) `Not available with the US.Tax models`
127-
* [`searchablePDF`](prebuilt/read.md#searchable-pdf) `Only available for Read Model`
128-
129131
## Language support
130132

131133
The deep-learning-based universal models in Document Intelligence support many languages that can extract multilingual text from your images and documents, including text lines with mixed languages.
@@ -194,7 +196,9 @@ The US tax document models analyze and extract key fields and line items from a
194196
|Model|Description|ModelID|
195197
|---|---|---|
196198
|US Tax W-2|Extract taxable compensation details.|**prebuilt-tax.us.w2**|
199+
|US Tax W-4|Extract taxable compensation details.|**prebuilt-tax.us.w4**|
197200
|US Tax 1040|Extract mortgage interest details.|**prebuilt-tax.us.1040(variations)**|
201+
|US Tax 1095|Extract health insurance details.|**prebuilt-tax.us.1095(variations)**|
198202
|US Tax 1098|Extract mortgage interest details.|**prebuilt-tax.us.1098(variations)**|
199203
|US Tax 1099|Extract income received from sources other than employer.|**prebuilt-tax.us.1099(variations)**|
200204

@@ -215,10 +219,11 @@ The US mortgage document models analyze and extract key fields including borrowe
215219
|Model|Description|ModelID|
216220
|---|---|---|
217221
|1003 End-User License Agreement (EULA)|Extract loan, borrower, property details.|**prebuilt-mortgage.us.1003**|
222+
|1004 Uniform Residential Appraisal Report (URAR))|Extract loan, borrower, property details.|**prebuilt-mortgage.us.1004**|
223+
|1005 Verification of Employment|Extract loan, borrower, property details.|**prebuilt-mortgage.us.1005**|
218224
|1008 Summary document|Extract borrower, seller, property, mortgage, and underwriting details.|**prebuilt-mortgage.us.1008**|
219225
|Closing disclosure|Extract closing, transaction costs, and loan details.|**prebuilt-mortgage.us.closingDisclosure**|
220-
|Marriage certificate|Extract marriage information details for joint loan applicants.|**prebuilt-marriageCertificate**|
221-
|US Tax W-2|Extract taxable compensation details for income verification.|**prebuilt-tax.us.w2**|
226+
222227

223228
***Sample Closing disclosure document processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=mortgage.us.closingDisclosure)***:
224229

0 commit comments

Comments
 (0)