Skip to content

Commit 7dc4481

Browse files
committed
update include file
1 parent 3e6ec68 commit 7dc4481

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/ai-services/document-intelligence/concept-accuracy-confidence.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ ms.author: lajanuar
1616

1717
A confidence score indicates probability by measuring the degree of statistical certainty that the extracted result is detected correctly. The estimated accuracy is calculated by running a few different combinations of the training data to predict the labeled values. In this article, learn to interpret accuracy and confidence scores and best practices for using those scores to improve accuracy and confidence results.
1818

19-
2019
## Confidence scores
20+
2121
> [!NOTE]
22+
>
2223
> * Field level confidence is getting update to take into account word confidence score starting with **2024-07-31-preview** API version for **custom models**.
2324
> * Confidence scores for tables, table rows and table cells are available starting with the **2024-07-31-preview** API version for **custom models**.
2425
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
---
22
author: laujan
33
ms.service: azure-ai-document-intelligence
4-
ms.custom:
5-
- ignite-2023
64
ms.topic: include
7-
ms.date: 11/15/2023
5+
ms.date: 08/13/2024
86
ms.author: lajanuar
97
---
108
<!-- markdownlint-disable MD041 -->
119

12-
* For best results, provide one clear photo or high-quality scan per document.
1310

1411
* Supported file formats:
1512

16-
|Model | PDF |Image: </br>JPEG/JPG, PNG, BMP, TIFF, HEIF | Microsoft Office: </br> Word (DOCX), Excel (XLSX), PowerPoint (PPTX), and HTML|
17-
|--------|:----:|:-----:|:---------------:
13+
|Model | PDF |Image: </br>JPEG/JPG, PNG, BMP, TIFF, HEIF | Microsoft Office: </br> Word (DOCX), Excel (XLSX), PowerPoint (PPTX), HTML|
14+
|--------|:----:|:-----:|:---------------:|
1815
|Read ||||
19-
|Layout ||| ✔ (2024-02-29-preview, 2023-10-31-preview) |
16+
|Layout ||| ✔ (2024-07-31-preview, 2024-02-29-preview, 2023-10-31-preview) |
2017
|General&nbsp;Document||| |
2118
|Prebuilt ||| |
2219
|Custom extraction ||| |
23-
|Custom classification ||| ✔ (2024-02-29-preview) |
20+
|Custom classification ||| ✔ (2024-07-31-preview, 2024-02-29-preview) |
21+
22+
* For best results, provide one clear photo or high-quality scan per document.
2423

2524
* For PDF and TIFF, up to 2000 pages can be processed (with a free tier subscription, only the first two pages are processed).
2625

2726
* The file size for analyzing documents is 500 MB for paid (S0) tier and 4 MB for free (F0) tier.
2827

29-
* Image dimensions must be between 50 x 50 pixels and 10,000 px x 10,000 pixels.
28+
* Image dimensions must be between 50 pixels x 50 pixels and 10,000 pixels x 10,000 pixels.
3029

3130
* If your PDFs are password-locked, you must remove the lock before submission.
3231

@@ -36,4 +35,4 @@ ms.author: lajanuar
3635

3736
* For custom extraction model training, the total size of training data is 50 MB for template model and 1G-MB for the neural model.
3837

39-
* For custom classification model training, the total size of training data is `1GB` with a maximum of 10,000 pages.
38+
* For custom classification model training, the total size of training data is `1GB` with a maximum of 10,000 pages. For 2024-07-31-preview and later, the total size of training data is 2GB with a maximum of 10,000 pages.

0 commit comments

Comments
 (0)