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

text annotations

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

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers....Annotation Product Family GroupDocs...converting them to readable text can streamline processing and...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  2. 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...
  3. 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-...
  4. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Annotation Product Solution GroupDocs...types like free input text box, multi-line text box, check boxes,...

    docs.groupdocs.com/signature/java/esign-documen...
  5. 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/
  6. 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/
  7. 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...
  8. 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....Annotation Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Annotation Product Solution GroupDocs...and corrects text orientation before detecting text. // Assemble...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  10. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Annotation Product Solution GroupDocs...Apple’s Email Message Format Plain Text Word Processing Markup Language...

    docs.groupdocs.com/assembly/java/supported-docu...