Skip to content

Commit 8b86374

Browse files
authored
Merge pull request #200669 from vkurpad/master
Update concept-custom-template.md
2 parents ff60512 + c72d7c1 commit 8b86374

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

articles/applied-ai-services/form-recognizer/concept-custom-template.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@ Custom template models support key-value pairs, selection marks, tables, signatu
2828

2929
## Tabular fields
3030

31-
With the release of API version **2022-06-30-preview**, custom template models will support tabular fields (tables):
32-
33-
* Models trained with API version 2022-06-30-preview or later will accept tabular field labels.
34-
* Documents analyzed with custom neural models using API version 2022-06-30-preview or later will produce tabular fields aggregated across the tables.
35-
* The results can be found in the ```analyzeResult``` object's ```documents``` array that is returned following an analysis operation.
36-
37-
Tabular fields support **cross page tables** by default:
31+
With the release of API version **2022-06-30-preview**, custom template models will add support for **cross page** tabular fields (tables):
3832

3933
* To label a table that spans multiple pages, label each row of the table across the different pages in a single table.
40-
* 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.
34+
* 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 if you expect to see those variations in documents.
4135

4236
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.
4337

@@ -87,4 +81,4 @@ https://{endpoint}/formrecognizer/documentModels:build?api-version=2022-06-30
8781
* View the REST API:
8882

8983
> [!div class="nextstepaction"]
90-
> [Form Recognizer API v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeWithCustomForm)
84+
> [Form Recognizer API v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeWithCustomForm)

0 commit comments

Comments
 (0)