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
[!INCLUDE [applies to v3.1](includes/applies-to-v3-1.md)]
22
+
[!INCLUDE [applies to v3.1](includes/applies-to-v3-1-v3-0.md)]
23
23
24
24
> [!NOTE]
25
25
>
26
-
> Add-on capabilities for Document Intelligence Studio are available with the Read and Layout models for the `2023-07-31` (GA)release.
26
+
> Add-on capabilities for Document Intelligence Studio are available with the Read and Layout models starting with the `2023-02-28-preview` and later releases.
27
+
>
28
+
> Add-on capabilities are available within all models except for the [Business card model](concept-business-card.md).
27
29
28
-
Document Intelligence now supports more sophisticated analysis capabilities. These optional capabilities can be enabled and disabled depending on the scenario of the document extraction. There are three add-on capabilities available for the `2023-07-31` (GA) release:
30
+
Document Intelligence now supports more sophisticated analysis capabilities. These optional capabilities can be enabled and disabled depending on the scenario of the document extraction. The following add-on capabilities are available for`2023-02-28-preview` and later releases:
The task of recognizing small text from large-size documents, like engineering drawings, is a challenge. Often the text is mixed with other graphical elements and has varying fonts, sizes and orientations. Moreover, the text may be broken into separate parts or connected with other symbols. Document Intelligence now supports extracting content from these types of documents with the `ocr.highResolution` capability. You get improved quality of content extraction from A1/A2/A3 documents by enabling this add-on capability.
@@ -123,6 +127,28 @@ The `ocr.font` capability extracts all font properties of text extracted in the
123
127
]
124
128
```
125
129
130
+
## Barcode property extraction
131
+
132
+
The `ocr.barcode` capability extracts all identified barcodes in the `barcodes` collection as a top level object under `content`. Inside the `content`, detected barcodes are represented as `:barcode:`. Each entry in this collection represents a barcode and includes the barcode type as `kind` and the embedded barcode content as `value` along with its `polygon` coordinates. Initially, barcodes appear at the end of each page. The `confidence` is hard-coded for as 1.
133
+
134
+
#### Supported barcode types
135
+
136
+
|**Barcode Type**|**Example**|
137
+
| --- | --- |
138
+
|`QR Code`|:::image type="content" source="media/barcodes/qr-code.png" alt-text="Screenshot of the QR Code.":::|
139
+
|`Code 39`|:::image type="content" source="media/barcodes/code-39.png" alt-text="Screenshot of the Code 39.":::|
140
+
|`Code 93`|:::image type="content" source="media/barcodes/code-93.gif" alt-text="Screenshot of the Code 93.":::|
141
+
|`Code 128`|:::image type="content" source="media/barcodes/code-128.png" alt-text="Screenshot of the Code 128.":::|
142
+
|`UPC (UPC-A & UPC-E)`|:::image type="content" source="media/barcodes/upc.png" alt-text="Screenshot of the UPC.":::|
143
+
|`PDF417`|:::image type="content" source="media/barcodes/pdf-417.png" alt-text="Screenshot of the PDF417.":::|
144
+
|`EAN-8`|:::image type="content" source="media/barcodes/european-article-number-8.gif" alt-text="Screenshot of the European-article-number barcode ean-8.":::|
145
+
|`EAN-13`|:::image type="content" source="media/barcodes/european-article-number-13.gif" alt-text="Screenshot of the European-article-number barcode ean-13.":::|
146
+
|`Codabar`|:::image type="content" source="media/barcodes/codabar.png" alt-text="Screenshot of the Codabar.":::|
147
+
|`Databar`|:::image type="content" source="media/barcodes/databar.png" alt-text="Screenshot of the Data bar.":::|
148
+
|`Databar` Expanded |:::image type="content" source="media/barcodes/databar-expanded.gif" alt-text="Screenshot of the Data bar Expanded.":::|
149
+
|`ITF`|:::image type="content" source="media/barcodes/interleaved-two-five.png" alt-text="Screenshot of the interleaved-two-of-five barcode (ITF).":::|
150
+
|`Data Matrix`|:::image type="content" source="media/barcodes/datamatrix.gif" alt-text="Screenshot of the Data Matrix.":::|
0 commit comments