Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 5,002 for

text annotations

(0.08 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....Annotation Product Solution GroupDocs...Usage / Classify Raw Text Classify Raw Text Leave feedback Simple...

    docs.groupdocs.com/classification/net/classify-...
  2. Add text field annotation | GroupDocs

    The page describes how to add Text field annotation to a document programmatically using GroupDocs.Annotation for .NET....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for .NET...

    docs.groupdocs.com/annotation/net/add-text-fiel...
  3. Extract text from HTML documents | GroupDocs

    To extract a Text from HTML documents GetText method is used. This method allows to extract a Text from the entire document. Pagination and raw mode is not supported for emails....Annotation Product Solution GroupDocs...documents / Extract text from HTML documents Extract text from HTML documents...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Extract text structure | GroupDocs

    This article explains that how to extract Text structure from documents....Annotation Product Solution GroupDocs...Working with text / Extract text structure Extract text structure...

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

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

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

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

    docs.groupdocs.com/parser/net/extract-formatted...
  7. 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....Annotation Product Solution GroupDocs...from Emails / Search text in Emails Search text in Emails Leave feedback...

    docs.groupdocs.com/parser/java/search-text-in-e...
  8. GroupDocs.Redaction Product Family

    Find answers about redacting private contents in different file formats using code on any platform....Annotation Product Family GroupDocs...Remove Annotations from PPTX using Java Remove Annotations from...

    kb.groupdocs.com/redaction/
  9. Search for Text e-signatures | GroupDocs

    This topic explains how to search for Text electronic signatures within the document pages by GroupDocs.Signature API....Annotation Product Solution GroupDocs...signatures in document / 🔍 Texts Search for Text e-signatures Leave feedback...

    docs.groupdocs.com/signature/net/search-for-tex...
  10. 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....Annotation Product Solution GroupDocs...signature types / Text signature eSign document with Text signature Leave...

    docs.groupdocs.com/signature/net/esign-document...