Titus labels are not being detected.
Titus can write tags into metadata of documents and we can read those tags.
By writing your own flex-responses, you can use Titus API to write tags/labels into metadata of documents.
We integrate with Titus in two ways.
When using Titus to classify documents in combination with Symantec Data Loss Prevention metadata detection, certain tags/labels added by Titus cannot be detected. The data is stored by Titus in the XMPmetadata for PDF files which is may not be extracted by Symantec Data Loss Prevention. There is no workaround.
Use the filter utility to understand the metadata extracted by DLP on the tagged file. Use the '-i' & '-xmp' arguments to see the complete metadata extraction. See example below:
filter -i \temp\myfile.doc \temp\metadata_output1.txt
filter -xmp \temp\myfile.doc \temp\metadata_output2.txt