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
@@ -88,6 +88,19 @@ The following table shows the available models for each stable API:
88
88
89
89
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.
90
90
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:
@@ -115,17 +128,6 @@ A bounding box (`polygon` in v3.0 and later versions) is an abstract rectangle t
115
128
116
129
* Image coordinates are presented in pixels. For a PDF, coordinates are presented in inches.
117
130
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:
*[`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
-
129
131
## Language support
130
132
131
133
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
0 commit comments