Skip to content

Commit c450fe2

Browse files
authored
Update concept-model-overview.md
resolves Aditi fast follow updates: #124035
1 parent 3204051 commit c450fe2

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

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

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,29 @@ The following table shows the available models for each current preview and stab
5353
|Document analysis models|[Read](concept-read.md) | ✔️| ✔️| ✔️| n/a|
5454
|Document analysis models|[Layout](concept-layout.md) | ✔️| ✔️| ✔️| ✔️|
5555
|Document analysis models|[General document](concept-general-document.md) |moved to layout**| ✔️| ✔️| n/a|
56+
|Prebuilt models|[Bank Check](concept-bank-check.md) | ✔️| n/a| n/a| n/a|
57+
|Prebuilt models|[Bank Statement](concept-bank-statement.md) | ✔️| n/a| n/a| n/a|
58+
|Prebuilt models|[Paystub](concept-pay-stub.md) | ✔️| n/a| n/a| n/a|
5659
|Prebuilt models|[Contract](concept-contract.md) | ✔️| ✔️| n/a| n/a|
5760
|Prebuilt models|[Health insurance card](concept-health-insurance-card.md)| ✔️| ✔️| ✔️| n/a|
5861
|Prebuilt models|[ID document](concept-id-document.md) | ✔️| ✔️| ✔️| ✔️|
5962
|Prebuilt models|[Invoice](concept-invoice.md) | ✔️| ✔️| ✔️| ✔️|
6063
|Prebuilt models|[Receipt](concept-receipt.md) | ✔️| ✔️| ✔️| ✔️|
64+
|Prebuilt models|[US Unified Tax*](concept-tax-document.md) | ✔️| n/a| n/a| n/a|
6165
|Prebuilt models|[US 1040 Tax*](concept-tax-document.md) | ✔️| ✔️| n/a| n/a|
6266
|Prebuilt models|[US 1098 Tax*](concept-tax-document.md) | ✔️| n/a| n/a| n/a|
6367
|Prebuilt models|[US 1099 Tax*](concept-tax-document.md) | ✔️| n/a| n/a| n/a|
6468
|Prebuilt models|[US W2 Tax](concept-tax-document.md) | ✔️| ✔️| ✔️| n/a|
6569
|Prebuilt models|[US Mortgage 1003 URLA](concept-mortgage-documents.md) | ✔️| n/a| n/a| n/a|
70+
|Prebuilt models|[US Mortgage 1004 URAR](concept-mortgage-documents.md) | ✔️| n/a| n/a| n/a|
71+
|Prebuilt models|[US Mortgage 1005](concept-mortgage-documents.md) | ✔️| n/a| n/a| n/a|
6672
|Prebuilt models|[US Mortgage 1008 Summary](concept-mortgage-documents.md) | ✔️| n/a| n/a| n/a|
6773
|Prebuilt models|[US Mortgage closing disclosure](concept-mortgage-documents.md) | ✔️| n/a| n/a| n/a|
6874
|Prebuilt models|[Marriage certificate](concept-marriage-certificate.md) | ✔️| n/a| n/a| n/a|
6975
|Prebuilt models|[Credit card](concept-credit-card.md) | ✔️| n/a| n/a| n/a|
7076
|Prebuilt models|[Business card](concept-business-card.md) | deprecated|✔️|✔️|✔️ |
7177
|Custom classification model|[Custom classifier](concept-custom-classifier.md) | ✔️| ✔️| n/a| n/a|
78+
|Custom Generative Model|[Custom Generative Model](concept-custom-generative.md) | ✔️| n/a| n/a| n/a|
7279
|Custom extraction model|[Custom neural](concept-custom-neural.md) | ✔️| ✔️| ✔️| n/a|
7380
|Customextraction model|[Custom template](concept-custom-template.md) | ✔️| ✔️| ✔️| ✔️|
7481
|Custom extraction model|[Custom composed](concept-composed-models.md) | ✔️| ✔️| ✔️| ✔️|
@@ -89,6 +96,7 @@ Latency is the amount of time it takes for an API server to handle and process a
8996
|Language detection|Free| ✔️| ✔️| n/a| n/a|
9097
|Key value pairs|Free| ✔️|n/a|n/a| n/a|
9198
|Query fields|Add-On*| ✔️|n/a|n/a| n/a|
99+
|Searchable pdf|Add-On*| ✔️|n/a|n/a| n/a|
92100

93101
### Model analysis features
94102

@@ -98,26 +106,6 @@ Add-On* - Query fields are priced differently than the other add-on features. Se
98106

99107
::: moniker range=">=doc-intel-3.0.0"
100108

101-
| **Model** | **Description** |
102-
| --- | --- |
103-
|**Document analysis models**||
104-
| [Read OCR](#read-ocr) | Extract print and handwritten text including words, locations, and detected languages.|
105-
| [Layout analysis](#layout-analysis) | Extract text and document layout elements like tables, selection marks, titles, section headings, and more.|
106-
|**Prebuilt models**||
107-
| [Health insurance card](#health-insurance-card) | Automate healthcare processes by extracting insurer, member, prescription, group number, and other key information from US health insurance cards.|
108-
| [US Tax document models](#us-tax-documents) | Process US tax forms to extract employee, employer, wage, and other information. |
109-
| [US Mortgage document models](#us-mortgage-documents) | Process US mortgage forms to extract borrower loan and property information. |
110-
| [Contract](#contract) | Extract agreement and party details.|
111-
| [Invoice](#invoice) | Automate invoices. |
112-
| [Receipt](#receipt) | Extract receipt data from receipts.|
113-
| [Identity document (ID)](#identity-document-id) | Extract identity (ID) fields from US driver licenses and international passports. |
114-
| [Business card](#business-card) | Scan business cards to extract key fields and data into your applications. |
115-
|**Custom models**||
116-
| [Custom model (overview)](#custom-models) | Extract data from forms and documents specific to your business. Custom models are trained for your distinct data and use cases. |
117-
| [Custom extraction models](#custom-extraction)| &#9679; **Custom template models** use layout cues to extract values from documents and are suitable to extract fields from highly structured documents with defined visual templates.</br>&#9679; **Custom neural models** are trained on various document types to extract fields from structured, semi-structured, and unstructured documents.|
118-
| [Custom classification model](#custom-classifier)| The **Custom classification model** can classify each page in an input file to identify the documents within and can also identify multiple documents or multiple instances of a single document within an input file.
119-
| [Composed models](#composed-models) | Combine several custom models into a single model to automate processing of diverse document types with a single composed model.
120-
121109
### Bounding box and polygon coordinates
122110

123111
A bounding box (`polygon` in v3.0 and later versions) is an abstract rectangle that surrounds text elements in a document used as a reference point for object detection.
@@ -135,6 +123,7 @@ For all models, except Business card model, Document Intelligence now supports a
135123
* [`languages`](concept-add-on-capabilities.md#language-detection)
136124
* [`keyValuePairs`](concept-add-on-capabilities.md#key-value-pairs) (2024-02-29-preview, 2023-10-31-preview)
137125
* [`queryFields`](concept-add-on-capabilities.md#query-fields) (2024-02-29-preview, 2023-10-31-preview) `Not available with the US.Tax models`
126+
* [`searchablePDF`](concept-read.md#searchable-pdf) (2024-07-31-preview) `Only available for Read Model`
138127

139128
## Language support
140129

0 commit comments

Comments
 (0)