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: microsoft-365/contentunderstanding/apply-a-model.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ After publishing your document understanding model, you can apply it to one or m
31
31
32
32
## Apply your model to a document library
33
33
34
-
To apply your model to to a SharePoint document library:
34
+
To apply your model to a SharePoint document library:
35
35
36
36
1. On model home page, on the **Apply model to libraries** tile, select **Apply model**. Or, in the **Where the model is applied** section, select **+Add library**.
37
37
38
38

39
39
40
-
2. You can then select the SharePoint site that contains the document library that you want to apply the model to. If the site does not show in the list, use the search box to find it.
40
+
2. You can then select the SharePoint site that contains the document library that you want to apply the model to. If the site doesn't show in the list, use the search box to find it.
41
41
42
42

43
43
@@ -48,9 +48,11 @@ To apply your model to to a SharePoint document library:
48
48
49
49

50
50
51
-
4. Because the model is associated to a content type, when you apply it to the library it will add the content type and its view with the labels you extracted showing as columns. By default, this view is the library's default view. However, you can optionally choose to not have it be the default view by selecting **Advanced settings**and clearing the **Set this new view as the default** checkbox.
51
+
4. Because the model is associated to a content type, when you apply it to the library it will add the content type and update the default view with the labels you extracted showing as columns. However, you can select **Advanced settings** to optionally choose to retain the current library view or to use a new view with model information and file thumbnails. If you choose to keep the current library view, the new views with model information are still available under the library's view menu.

54
+
55
+
For more information, see [Change the view in a document library](#change-the-view-in-a-document-library) later in this article.
54
56
55
57
5. Select **Add** to apply the model to the library.
56
58
@@ -66,7 +68,7 @@ To apply your model to to a SharePoint document library:
66
68
67
69
After applying the model to the document library, you can begin uploading documents to the site and see the results.
68
70
69
-
The model identifies any files and folders with the model’s associated content type and lists them in your view. If your model has any extractors, the view displays columns for the data you are extracting from each file or folder.
71
+
The model identifies any files and folders with the model’s associated content type and lists them in your view. If your model has any extractors, the view displays columns for the data you're extracting from each file or folder.
70
72
71
73
> [!NOTE]
72
74
> If two or more document understanding models are applied to the same library, the uploaded file is classified using the model that has the highest average confidence score. The extracted entities will be from the applied model only. <br><br>If a custom form processing model and document understanding model are applied to the same library, the file is classified using the document understanding model and any trained extractors for that model. If there are any empty columns that match the form processing model, the columns will be populated using those extracted values.
@@ -91,7 +93,7 @@ To sync changes to one or only selected libraries:
91
93
92
94
## Apply the model to files and folder content already in the document library
93
95
94
-
While an applied model processes all files and folder content uploaded to the document library after it is applied, you can also do the following to run the model on files and folder content that already exist in the document library prior to the model being applied:
96
+
While an applied model processes all files and folder content uploaded to the document library after it's applied, you can also do the following to run the model on files and folder content that already exist in the document library prior to the model being applied:
95
97
96
98
1. In your document library, select the files and folders that you want to be processed by your model.
97
99
@@ -126,6 +128,22 @@ To run the flow:
126
128
127
129

128
130
131
+
## Change the view in a document library
132
+
133
+
There are multiple ways to view how you see the information in a SharePoint document library. You can change the view in your document library to fit your needs or preferences.
134
+
135
+
To change the view on the library page, select the view dropdown menu to show the options, and then select the view you want to use.
136
+
137
+

138
+
139
+
For example, if you select **Tiles** from the list, the page will display as shown.
140
+
141
+

142
+
143
+
The **Tiles** view displays up to eight user-created fields. If there are fewer than eight, up to four system-generated fields are shown: Sensitivity (if available), Retention (if available), Content type, Modified date, Modified by, and Classification date.
144
+
145
+
To edit any current view, on the view dropdown menu, select **Edit current view**.
0 commit comments