Skip to content

Commit 9b517fd

Browse files
author
Jill Grant
authored
Merge pull request #249409 from laujan/jp-add-ons-246170
Jp add ons 246170
2 parents 028fb01 + f0b1da0 commit 9b517fd

File tree

9 files changed

+30
-4
lines changed

9 files changed

+30
-4
lines changed

articles/ai-services/document-intelligence/concept-add-on-capabilities.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 07/18/2023
10+
ms.date: 08/25/2023
1111
ms.author: lajanuar
1212
monikerRange: 'doc-intel-3.1.0'
1313
---
@@ -19,20 +19,24 @@ monikerRange: 'doc-intel-3.1.0'
1919

2020
# Document Intelligence add-on capabilities
2121

22-
[!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)]
2323

2424
> [!NOTE]
2525
>
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).
2729
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:
2931

3032
* [`ocr.highResolution`](#high-resolution-extraction)
3133

3234
* [`ocr.formula`](#formula-extraction)
3335

3436
* [`ocr.font`](#font-property-extraction)
3537

38+
* [`ocr.barcode`](#barcode-property-extraction)
39+
3640
## High resolution extraction
3741

3842
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
123127
]
124128
```
125129

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.":::|
151+
126152
## Next steps
127153

128154
> [!div class="nextstepaction"]
1.43 KB
Loading
3.41 KB
Loading
4.67 KB
Loading
4.25 KB
Loading
1.7 KB
Loading
3.38 KB
Loading
2.65 KB
Loading
5.33 KB
Loading

0 commit comments

Comments
 (0)