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

text

(0.14 sec)
  1. 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/net/basic-usage/ad...
  2. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library....Merge files / Merge text files Merge text files Leave feedback...represents a text document that contains plain text in the form...

    docs.groupdocs.com/merger/java/merge/txt/
  3. 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...
  4. 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...
  5. Add text watermarks | GroupDocs

    This article shows how to add a Text watermark to a document and save the result with GroupDocs.Watermark for Python via .NET....Basic usage / Add text watermarks Add text watermarks Leave feedback...GroupDocs.Watermark is adding text watermarks to documents. You...

    docs.groupdocs.com/watermark/python-net/add-text/
  6. 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...
  7. Working with formatted text | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with text / Working with formatted text Working with...formatted text Leave feedback Extract formatted text from document...

    docs.groupdocs.com/parser/java/working-with-for...
  8. Working with formatted text | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with text / Working with formatted text Working with...with formatted text Leave feedback HTML Markdown Extract formatted...

    docs.groupdocs.com/parser/net/working-with-form...
  9. Custom text extractors | GroupDocs

    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...
  10. 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-...