Classifying of the Document from stream could be performed with the next step
Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify Document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Classification Product Family...
This article explains how to load PDF, Word, Excel, PowerPoint Documents from local disk when using GroupDocs.Merger for Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...
This topic explains how to verify Documents for various electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...
Sometimes a situation arises when an indexed Document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the Document, and then the Document will not be reindexed during the update operation.
To notify an index about renaming a Document, the notifyIndex method is used with the corresponding notification object as a parameter.
You should keep in mind that if an index is notified of the renaming of a Document, it will not be reindexed the next time you call the update method, even if its contents have changed....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...
Sometimes a situation arises when an indexed Document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the Document, and then the Document will not be reindexed during the update operation.
To notify an index about renaming a Document, the notifyIndex method is used with the corresponding notification object as a parameter.
You should keep in mind that if an index is notified of the renaming of a Document, it will not be reindexed the next time you call the update method, even if its contents have changed....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Usage / Indexing / Document renaming Document renaming Leave feedback...
This section describes how to use GroupDocs.Viewer for .NET (C#) to convert different Document types to PDF, HTML, PNG, and JPEG formats....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...
Learn this article and check how to load and convert password-protected Documents using GroupDocs.Conversion for Node.js via Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...
This article explains how to set Document password after files comparison within your Java applications using GroupDocs.Comparison for Node.js via Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...
This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint Documents and Images using GroupDocs.Conversion for Node.js via Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...