Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 4,658 for

text signature

(0.04 sec)
  1. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Signature Product Solution GroupDocs...browser history, email archives, text documents, sound files, images...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  2. Product Overview | Documentation

    Apply annotations to your documents in the form of Textual comments, explanations with highlighted notes, watermarks, polylines, Text/resource redactions and much more....Signature Product Solution GroupDocs...applications the ability to annotate text or images in files of . Annotations...

    docs.groupdocs.com/annotation/net/product-overv...
  3. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Signature Product Solution GroupDocs...browser history, email archives, text documents, sound files, images...

    docs.groupdocs.com/search/net/about-search-engi...
  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....Signature Product Solution GroupDocs...method Classifies sentiment by text var positiveProbability = sentimentClassifier...

    docs.groupdocs.com/classification/net/sentiment...
  5. 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....Signature Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  6. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Signature Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Signature Product Solution GroupDocs...Excel, redact PDF documents text, metadata and comments. Our...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  8. Extract table of contents from EPUB eBooks | Do...

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

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

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

    docs.groupdocs.com/parser/net/how-to-run-examples/
  10. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Signature Product Solution GroupDocs...elements of an HTML page (including text, graphics, and stylesheets)...

    docs.groupdocs.com/viewer/java/render-pdf-docum...