Skip to content

Commit bb7652b

Browse files
authored
Update try-v3-form-recognizer-studio.md
1 parent e789981 commit bb7652b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ In addition, view all your models using the Models tab on the left. From the lis
163163

164164
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-
* Dynamic or variable collection of values (rows) for a defined set of fields (columns)
166+
* Dynamic or variable count of values (rows) for a given set of fields (columns)
167167

168-
* Fixed collection of values for two defined sets of fields (fixed rows and 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)