GroupDocs.Redaction for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Load documents into GroupDocs.Merger for Python via .NET from a local file path, a Python stream, or a password-protected file using the Merger class constructors and LoadOptions....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The page describes how to add button component to a document using GroupDocs.Annotation for .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Parser Product Solution GroupDocs.Watermark 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...