Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 10,544 for

text

(0.17 sec)
  1. Add search text annotation | GroupDocs

    The page describes how to add search Text annotation to a document using GroupDocs.Annotation for Java."...document / Add search text annotation Add search text annotation Leave...page Search text annotation searches for specific text and highlight...

    docs.groupdocs.com/annotation/java/add-search-t...
  2. 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/net/extract-text-stru...
  3. Perform Text Search in Documents Online

    Unlock the power of Text search using GroupDocs.Search! Learn how to search Text-based documents using regular expressions....中國傳統的 Discover the cool world of text search, where you can find specific...Search is like a wizard with text searching solution that helps...

    blog.groupdocs.com/search/online-text-search/
  4. 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...
  5. Add text watermarks | GroupDocs

    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/
  6. 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...
  7. Strikethrough Text in Documents in Java | C̶r̶o...

    Let's strikeout the Text within documents using Java. Automate the crossing out of invalid Text using strikethrough annotation with Java API....article shows how to strikethrough text in documents in Java . The following...Strikeout Text in Documents Java API to Strikethrough Text # GroupDocs...

    blog.groupdocs.com/annotation/strikethrough-tex...
  8. 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-...
  9. Strikethrough Text in Documents using C# | C̶r̶...

    Use the strikeout annotation to cross out the invalid Text within the documents using C#. Automate the document and image annotations with the .NET API....article shows how to strikethrough text in documents using C# . The...Strikeout Text in Documents .NET API to Strikethrough Text # GroupDocs...

    blog.groupdocs.com/annotation/strikethrough-tex...
  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...