Skip to content

Commit af9e285

Browse files
committed
add jp updates
1 parent e8a8242 commit af9e285

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ Document Intelligence now supports more sophisticated analysis capabilities. The
3737

3838
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.
3939

40+
## Barcode extraction
41+
42+
The Read OCR model 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. Here, the `confidence` is hard-coded for the public preview (`2023-02-28`) release.
43+
44+
### Supported barcode types
45+
46+
| **Barcode Type** | **Example** |
47+
| --- | --- |
48+
| QR Code |:::image type="content" source="media/barcodes/qr-code.png" alt-text="Screenshot of the QR Code.":::|
49+
| Code 39 |:::image type="content" source="media/barcodes/code-39.png" alt-text="Screenshot of the Code 39.":::|
50+
| Code 128 |:::image type="content" source="media/barcodes/code-128.png" alt-text="Screenshot of the Code 128.":::|
51+
| UPC (UPC-A & UPC-E) |:::image type="content" source="media/barcodes/upc.png" alt-text="Screenshot of the UPC.":::|
52+
| PDF417 |:::image type="content" source="media/barcodes/pdf-417.png" alt-text="Screenshot of the PDF417.":::|
53+
4054
## Formula extraction
4155

4256
The `ocr.formula` capability extracts all identified formulas, such as mathematical equations, in the `formulas` collection as a top level object under `content`. Inside `content`, detected formulas are represented as `:formula:`. Each entry in this collection represents a formula that includes the formula type as `inline` or `display`, and its LaTeX representation as `value` along with its `polygon` coordinates. Initially, formulas appear at the end of each page.

articles/ai-services/document-intelligence/concept-model-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For all of the models above except Business card model, Document Intelligence no
5959
* [`ocr.highResolution`](concept-add-on-capabilities.md#high-resolution-extraction)
6060
* [`ocr.formula`](concept-add-on-capabilities.md#formula-extraction)
6161
* [`ocr.font`](concept-add-on-capabilities.md#font-property-extraction)
62-
* [`ocr.barcode`](concept-add-on-capabilities.md#barcode-property-extraction)
62+
* [`ocr.barcode`](concept-add-on-capabilities.md#barcode-extraction)
6363

6464

6565
### Read OCR

0 commit comments

Comments
 (0)