Skip to content

Commit 7b5d61d

Browse files
authored
Merge pull request #175679 from sanjeev3/master
Update try-v3-form-recognizer-studio.md
2 parents 408d6b0 + bb7652b commit 7b5d61d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-form-recognizer-studio.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ In addition, view all your models using the Models tab on the left. From the lis
161161

162162
## Labeling as tables
163163

164-
While creating your custom models, you may need to extract collections of values from your documents. These collections appear in various formats. For example:
164+
While creating your custom models, you may need to extract data collections from your documents. These may appear in a couple of formats. Using tables as the visual pattern:
165165

166-
* A dynamic collection of values (rows) for a given set of fields (columns)
166+
* Dynamic or variable count of values (rows) for a given set of fields (columns)
167167

168-
* A fixed collection of values grouped by a second set of fields (rows or columns)
168+
* Specific collection of values for a given set of fields (columns and/or rows)
169169

170170
### Label as dynamic table
171171

172-
For labeling dynamic rows of data for a given set of fields:
172+
Use dynamic tables to extract variable count of values (rows) for a given set of fields (columns):
173173

174174
1. Add a new "Table" type label, select "Dynamic table" type, and name your label.
175175

@@ -181,7 +181,7 @@ For labeling dynamic rows of data for a given set of fields:
181181

182182
### Label as fixed table
183183

184-
For labeling fixed collections of data grouped by two sets of fields:
184+
Use fixed tables to extract specific collection of values for a given set of fields (columns and/or rows):
185185

186186
1. Create a new "Table" type label, select "Fixed table" type, and name it.
187187

0 commit comments

Comments
 (0)