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;

 

Was this article helpful?

0 out of 1 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.