Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 4,692 for

text annotations

(0.12 sec)
  1. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....Annotation Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. Annotate or Collaborate on Documents Easily Usi...

    Great news for all reviewers! We’ve introduced the new GroupDocs Annotation user interface to make your document annotation process easier and faster. With these new enhanced UI and features, you are now able to annotate and collaborate on documents quickly. GroupDocs Annotation is a service that lets you perform document collaboration easily. You and your colleagues can annotate documents and perform document collaboration in real time. You can make suggestions or add the required comments online at the same time, which makes the review process much faster....introduced the new GroupDocs Annotation user interface to make your...your document annotation process easier and faster. With these...

    blog.groupdocs.com/total/annotate-or-collaborat...
  3. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using C# programming language....Annotation Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  4. Sentiment classification usage | Documentation

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by Text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by Text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....Annotation Product Solution GroupDocs...method Classifies sentiment by text var positiveProbability = sentimentClassifier...

    docs.groupdocs.com/classification/net/sentiment...
  5. Extract table of contents from EPUB eBooks | Do...

    To extract table of contents from EPUB e-books GetToc method is used....Annotation Product Solution GroupDocs...page index to extract a page text from the document. The following...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. How to Run Examples | Documentation

    This article describes how to run .NET parser API code examples....Annotation Product Solution GroupDocs...your document { // Extract a text to the reader using ( TextReader...

    docs.groupdocs.com/parser/net/how-to-run-examples/
  7. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Annotation Product Solution GroupDocs...Template XML Spreadsheet 2003 Text and programming file formats...

    docs.groupdocs.com/comparison/java/supported-do...
  8. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Annotation Product Solution GroupDocs...of how to sign document with text signature using old and new...

    docs.groupdocs.com/signature/net/migration-notes/
  9. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Annotation Product Solution GroupDocs...Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  10. Search Special Characters in Documents using C#

    Easily search special characters in documents using C#. Enhance accuracy and relevance in Text search with special characters in C# across multiple platforms....Annotation Product Family GroupDocs...C# . It allows you to perform text searches that include symbols...

    kb.groupdocs.com/search/net/search-special-char...