How to force documents to be identified as Unknown?

Question

In my scenario I need some documents to be identified as Unknown based on some parameters. How should I do it?

 

Answer

Use Before matching event handler script:

Matching.DefinitionsList = ""; 
Matching.ForceMatch = true;

 

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.