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
@@ -89,6 +96,7 @@ Latency is the amount of time it takes for an API server to handle and process a
89
96
|Language detection|Free| ✔️| ✔️| n/a| n/a|
90
97
|Key value pairs|Free| ✔️|n/a|n/a| n/a|
91
98
|Query fields|Add-On*| ✔️|n/a|n/a| n/a|
99
+
|Searchable pdf|Add-On*| ✔️|n/a|n/a| n/a|
92
100
93
101
### Model analysis features
94
102
@@ -98,26 +106,6 @@ Add-On* - Query fields are priced differently than the other add-on features. Se
98
106
99
107
::: moniker range=">=doc-intel-3.0.0"
100
108
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)|●**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>●**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
-
121
109
### Bounding box and polygon coordinates
122
110
123
111
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
0 commit comments