Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 5,153 for

text annotations

(0.05 sec)
  1. Convert DOCX to TXT using Node.js

    Learn how to convert DOCX to TXT using Node.js efficiently. Discover methods to export DOCX to TXT in Node.js for streamlined Text extraction....Annotation Product Family GroupDocs...for applications dealing with text processing, data extraction...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  2. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better document management....Annotation Product Family GroupDocs...High to store the extracted text efficiently Use the Index class...

    kb.groupdocs.com/search/net/highlight-search-re...
  3. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for .NET API....Annotation Product Solution GroupDocs...WordProcessing formats can contain text in different languages. But...

    docs.groupdocs.com/editor/net/enabling-language...
  4. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Annotation Product Family GroupDocs...Latest Answers How to Convert Text to HTML in Java How to Convert...

    kb.groupdocs.com/conversion/page/17/
  5. Extract emails from Outlook Storage | GroupDocs

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files). Here are the steps to extract an email Text from outlook storage:...Annotation Product Solution GroupDocs...the steps to extract an email text from outlook storage: Instantiate...

    docs.groupdocs.com/parser/java/extract-emails-f...
  6. How to Search for QR Code Signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...encode_type } and text { qr_code_signature . text } " ) sample.pdf...

    docs.groupdocs.com/signature/python-net/search-...
  7. Sentiment classification usage | GroupDocs

    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...
  8. GroupDocs.Parser for Python via .NET | GroupDocs

    GroupDocs.Parser for Python developer documentation. Learn how to extract Text, images, tables, and metadata from PDF, DOCX, XLSX, and 50+ document formats using Python....Annotation Product Solution GroupDocs...provides the ability to extract text, images, metadata, tables, and...

    docs.groupdocs.com/parser/python-net/
  9. Embedded QR data | GroupDocs

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....Annotation Product Solution GroupDocs...QR-code signature encrypted text or embed custom data objects...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-hyperlin...