Skip to content

Commit d83a361

Browse files
authored
Update model-overview.md minor changes
1 parent 200c79f commit d83a361

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
@@ -87,6 +87,19 @@ The following table shows the available models for each stable API:
8787

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

90+
### Add-on Capability
91+
92+
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:
93+
94+
* [`ocrHighResolution`](concept-add-on-capabilities.md#high-resolution-extraction)
95+
* [`formulas`](concept-add-on-capabilities.md#formula-extraction)
96+
* [`styleFont`](concept-add-on-capabilities.md#font-property-extraction)
97+
* [`barcodes`](concept-add-on-capabilities.md#barcode-property-extraction)
98+
* [`languages`](concept-add-on-capabilities.md#language-detection)
99+
* [`keyValuePairs`](concept-add-on-capabilities.md#key-value-pairs)
100+
* [`queryFields`](concept-add-on-capabilities.md#query-fields) `Not available with the US.Tax models`
101+
* [`searchablePDF`](prebuilt/read.md#searchable-pdf) `Only available for Read Model`
102+
90103
|**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)|
91104
|----------------|-----------|---|--|---|---|
92105
|Font property extraction|Add-On| ✔️| ✔️| n/a| n/a|
@@ -114,17 +127,6 @@ A bounding box (`polygon` in v3.0 and later versions) is an abstract rectangle t
114127

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

117-
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:
118-
119-
* [`ocrHighResolution`](concept-add-on-capabilities.md#high-resolution-extraction)
120-
* [`formulas`](concept-add-on-capabilities.md#formula-extraction)
121-
* [`styleFont`](concept-add-on-capabilities.md#font-property-extraction)
122-
* [`barcodes`](concept-add-on-capabilities.md#barcode-property-extraction)
123-
* [`languages`](concept-add-on-capabilities.md#language-detection)
124-
* [`keyValuePairs`](concept-add-on-capabilities.md#key-value-pairs)
125-
* [`queryFields`](concept-add-on-capabilities.md#query-fields) `Not available with the US.Tax models`
126-
* [`searchablePDF`](prebuilt/read.md#searchable-pdf) `Only available for Read Model`
127-
128130
## Language support
129131

130132
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.
@@ -193,7 +195,9 @@ The US tax document models analyze and extract key fields and line items from a
193195
|Model|Description|ModelID|
194196
|---|---|---|
195197
|US Tax W-2|Extract taxable compensation details.|**prebuilt-tax.us.w2**|
198+
|US Tax W-4|Extract taxable compensation details.|**prebuilt-tax.us.w4**|
196199
|US Tax 1040|Extract mortgage interest details.|**prebuilt-tax.us.1040(variations)**|
200+
|US Tax 1095|Extract health insurance details.|**prebuilt-tax.us.1095(variations)**|
197201
|US Tax 1098|Extract mortgage interest details.|**prebuilt-tax.us.1098(variations)**|
198202
|US Tax 1099|Extract income received from sources other than employer.|**prebuilt-tax.us.1099(variations)**|
199203

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

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

0 commit comments

Comments
 (0)