Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active December 9, 2019 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/67a61346274884515c932320742c3a00 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/67a61346274884515c932320742c3a00 to your computer and use it in GitHub Desktop.
try
{
var response = classifier.Classify("document.pdf", "file path here", 2, Taxonomy.Iab2);
Console.WriteLine(response.BestClassName, response.BestClassProbability);
}
catch (ApiException e)
{
Console.WriteLine(e.Message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment