Skip to content

Commit b2ad01b

Browse files
committed
update
1 parent f20bae8 commit b2ad01b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/ai-services/document-intelligence/concept-custom-neural.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ With the release of API versions **2022-06-30-preview** and later, custom neural
9090

9191
Tabular fields support **cross page tables** by default:
9292

93-
* To label a table that spans multiple pages, label each row of the table across the different pages in a single table.
94-
* As a best practice, ensure that your dataset contains a few samples of the expected variations. For example, include samples where the entire table is on a single page and where tables span two or more pages.
93+
* To label a table that spans multiple pages, label each row of the table across the different pages in a single table.
94+
* As a best practice, ensure that your dataset contains a few samples of the expected variations. For example, include samples where the entire table is on a single page and where tables span two or more pages.
9595

9696
Tabular fields are also useful when extracting repeating information within a document that isn't recognized as a table. For example, a repeating section of work experiences in a resume can be labeled and extracted as a tabular field.
9797

9898
Tabular fields provide **table, row and cell confidence** starting with the ```2024-02-29-preview``` API:
9999

100-
* Fixed or dynamic tables add confidence support for the following elements:
101-
* Table confidence, a measure of how accurately the entire table is recognized.
102-
* Row confidence, a measure of recognition of an individual row.
103-
* Cell confidence, a measure of recognition of an individual cell.
100+
* Fixed or dynamic tables add confidence support for the following elements:
101+
* Table confidence, a measure of how accurately the entire table is recognized.
102+
* Row confidence, a measure of recognition of an individual row.
103+
* Cell confidence, a measure of recognition of an individual cell.
104104

105-
* The recommended approach is to review the accuracy in a top-down manner starting with the table first, followed by the row and then the cell. See [confidence and accuracy scores](concept-accuracy-confidence.md) to learn more about table, row, and cell confidence.
105+
* The recommended approach is to review the accuracy in a top-down manner starting with the table first, followed by the row and then the cell. See [confidence and accuracy scores](concept-accuracy-confidence.md) to learn more about table, row, and cell confidence.
106106

107107
### Supported languages and locales
108108

articles/ai-services/document-intelligence/how-to-guides/build-a-custom-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The files you uploaded to storage are listed on the left of your screen, with th
8181

8282
1. Start labeling your dataset and creating your first field by selecting the plus (➕) button on the top-right of the screen.
8383

84-
:::image type="content" source="../media/how-to/studio-addfield.png" alt-text="Screenshot of Create a label.":::
84+
:::image type="content" source="../media/how-to/studio-add-field.png" alt-text="Screenshot of Create a label.":::
8585

8686
1. Enter a name for the field.
8787

0 commit comments

Comments
 (0)