Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 10,423 for

text

(0.65 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....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-...
  2. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java..../ Loading / Load text from string Load text from string Leave...String type variables. To compare text from variables, follow these...

    docs.groupdocs.com/comparison/java/load-text-fr...
  3. Add text redaction annotation | GroupDocs

    The page describes how to add Text redaction annotation to a document using GroupDocs.Annotation for .NET....document / Add text redaction annotation Add text redaction annotation...this page Text redaction annotation fills part of text with black...

    docs.groupdocs.com/annotation/net/add-text-reda...
  4. Extract text structure | GroupDocs

    This article explains that how to extract Text structure from documents....Working with text / Extract text structure Extract text structure...functionality to extract the text structure from documents by...

    docs.groupdocs.com/parser/java/extract-text-str...
  5. Verifying Text signatures | GroupDocs

     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...
  6. Fallback text extractor for unsupported plain t...

    Hello, we are currently trying to handle file types that are not supported by default. (e.g. “.log” or “.md”) As no special handling based on the content such as trimming the timestamp from log files is needed, we were…...Fallback text extractor for unsupported plain text file types...possibility to define the default text extractor as a fallback extractor...

    forum.groupdocs.com/t/fallback-text-extractor-f...
  7. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted Text from document....Working with text / Working with formatted text / Extract formatted...formatted text from document Extract formatted text from document...

    docs.groupdocs.com/parser/java/extract-formatte...
  8. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted Text from document....Working with text / Working with formatted text / Extract formatted...formatted text from document Extract formatted text from document...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....signature types / Text signature eSign document with Text signature Leave...this page What is a Text signature? A Text electronic signature...

    docs.groupdocs.com/signature/net/esign-document...
  10. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and Text. Warning search(String) method returns null value if search isn’t supported for the email....from Emails / Search text in Emails Search text in Emails Leave feedback...collection and get the position and text. Warning method returns null...

    docs.groupdocs.com/parser/java/search-text-in-e...