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...
This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....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...
By closely following our in-depth tutorial, you will discover how to quickly convert PDF to MHTML using Java. Also, we will provide you with an example to export PDF to MHTML using Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...