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
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/model-overview.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,19 @@ The following table shows the available models for each stable API:
87
87
88
88
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.
89
89
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:
@@ -114,17 +127,6 @@ A bounding box (`polygon` in v3.0 and later versions) is an abstract rectangle t
114
127
115
128
* Image coordinates are presented in pixels. For a PDF, coordinates are presented in inches.
116
129
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:
*[`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
-
128
130
## Language support
129
131
130
132
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
0 commit comments