This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Assembly Product Solution GroupDocs...
This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Assembly Product Solution GroupDocs...
This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....Assembly Product Solution GroupDocs...
This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout....Assembly Product Solution GroupDocs...
This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps
Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Assembly Product Solution GroupDocs...