Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 717 for

performance improvement watermark

(0.13 sec)
  1. Classify Raw Text | GroupDocs

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Watermark Product Solution GroupDocs...as the first parameter to perform classification. Default taxonomy...

    docs.groupdocs.com/classification/net/classify-...
  2. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...setShowRevisions ( false ); // Perform the comparison and write the...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  3. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...'sample-files/target.docx' ); // Perform the comparison and save the...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  4. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...add ( targetDocxPath ); // Perform the comparison and write the...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  5. Classify document by path | 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....Watermark Product Solution GroupDocs...of the document could be performed with the next steps Call method...

    docs.groupdocs.com/classification/net/classify-...
  6. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs Watermarking API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/attachments-in...
  7. Classify document from stream | GroupDocs

    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); }...Watermark Product Solution GroupDocs...document from stream could be performed with the next step Call method...

    docs.groupdocs.com/classification/net/classify-...
  8. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....Watermark Product Solution GroupDocs...documentation explains how to perform single document operations:...

    docs.groupdocs.com/merger/net/single-document-o...
  9. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Watermark Product Solution GroupDocs...example demonstrates how to perform case-sensitive search with...

    docs.groupdocs.com/search/net/case-sensitive-se...
  10. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....Watermark Product Solution GroupDocs...storage. By default, when performing internal calculations GroupDocs...

    docs.groupdocs.com/conversion/net/convert/