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
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-custom-neural.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,19 @@ With the release of API versions **2022-06-30-preview** and later, custom neural
90
90
91
91
Tabular fields support **cross page tables** by default:
92
92
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.
95
95
96
96
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.
97
97
98
98
Tabular fields provide **table, row and cell confidence** starting with the ```2024-02-29-preview``` API:
99
99
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.
104
104
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.
0 commit comments