Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 27,429 for

text

(0.04 sec)
  1. Verifying Text signatures | Documentation

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....verification / Verifying Text signatures Verifying Text signatures Leave...verification of Text signatures. Here are the steps to verify Text signature...

    docs.groupdocs.com/signature/java/verify-text-s...
  2. Search Text in Files

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Let’s dive into the world of text searching and explore how to...to search for various texts or phrases in different files across...

    blog.groupdocs.com/tag/search-text-in-files/
  3. Add text watermarks | Documentation

    This article shows how to add a Text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Basic usage / Add text watermarks Add text watermarks Leave feedback...Watermark library is adding text watermarks to documents. You...

    docs.groupdocs.com/watermark/python-net/add-text/
  4. Text Classification using CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....selected text. We will learn how we can classify text according...

    blog.groupdocs.com/tag/text-classification-usin...
  5. .NET Documents & Text Classification Cloud SDK ...

    Document and raw Text classification with c# .NET APIs. Categorization with IAB-2 and Documents taxonomies and consumer sentiment analysis with a taxonomy Sentiment....NET Classify Documents & Text with .NET SDK .NET Cloud SDK...automated classification of text and documents according to IAB-2...

    products.groupdocs.cloud/classification/net/
  6. Remove Text from DOCX Online

    Remove DOCX Text in content and metadata online....Redaction Remove Text from DOCX Remove Text from DOCX Upload...Upload your DOCX, enter text or regular expression to delete from your...

    products.groupdocs.app/redaction/remove-text-fr...
  7. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Indexing / Custom text extractors Custom text extractors Leave...demonstrates how to implement a custom text extractor. C# public class LogExtractor...

    docs.groupdocs.com/search/net/custom-text-extra...
  8. Add text watermarks | Documentation

    This article shows how to add a Text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Basic usage / Add text watermarks Add text watermarks Leave feedback...Watermark library is adding text watermarks to documents. You...

    docs.groupdocs.com/watermark/net/basic-usage/wa...
  9. Remove Text from Pdf Online

    Remove Pdf Text in content and metadata online....Redaction Remove Text from Pdf Document Remove Text from Pdf Document...Upload your Pdf document, enter text or regular expression to delete...

    products.groupdocs.app/redaction/remove-text-fr...
  10. Classify Raw Text | Documentation

    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....Usage / Classify Raw Text Classify Raw Text Leave feedback Simple...Simple IAB-2 text classification Call method with a text as the first...

    docs.groupdocs.com/classification/net/classify-...