Annotating your documents on-demand for testing
In addition to scheduling annotation, AutoClassifier allows you to annotate a single document in your SharePoint environment. This can be useful when you want to test a singular file for debugging, configuration issues, or pipeline validation.
Using on-demand annotation
After you configure your SharePoint Add-in, return to your SharePoint add-in page (for example, https://localhost:1968/) and do the following:
-
Click Test Annotation. The Test Annotation page displays.
-
In the Item URL field, enter the URL path to the SharePoint item that you want to test. To find the URL path in SharePoint, do the following:
-
In SharePoint, navigate to the folder that contains the item you want to annotate.
-
Select the item using the left side checkbox, then click Details.
-
In the Details panel, scroll down to find the Path field. Click the Copy Direct Link button beside this field.
-
Return to your SharePoint add-in page and paste the path into the Item URL field.
-
-
Click Annotate. If the annotation was successful an "Annotation successful. Please check logs for more details" message displays. If the annotation was unsuccessful, an error message displays.