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:

  1. Click Test Annotation. The Test Annotation page displays.

  2. 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:

    1. In SharePoint, navigate to the folder that contains the item you want to annotate.

    2. Select the item using the left side checkbox, then click Details.

    3. In the Details panel, scroll down to find the Path field. Click the Copy Direct Link button beside this field.

    4. Return to your SharePoint add-in page and paste the path into the Item URL field.

  3. 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.