Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 4,619 for

text annotations

(0.05 sec)
  1. 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...
  2. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....Annotation Product Solution GroupDocs...Viewer supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/java/
  3. Advanced search certificate documents | Documen...

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...different options to search text data within the certificate...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Annotation Product Solution GroupDocs...Template Rich Text Format File OpenDocument Text Document OpenDocument...

    docs.groupdocs.com/merger/nodejs-java/supported...
  5. Verifying QR Code signatures in advance | Docum...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...= true }, // specify text pattern Text = "John" , // specify...

    docs.groupdocs.com/signature/net/verify-qr-code...
  6. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Annotation Product Solution GroupDocs...ParserSettings ( logger ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/logging/
  7. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....Annotation Product Family GroupDocs...to Convert Word Document to Text in C# How to Convert Excel to...

    kb.groupdocs.com/conversion/net/page/5/
  8. 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...
  9. Search Special Characters in Documents using Java

    Effortlessly learn how to search special characters in documents using Java. Improve the accuracy and relevance of Text search with special characters in Java....Annotation Product Family GroupDocs...enables you to perform advanced text searches that include symbols...

    kb.groupdocs.com/search/java/search-special-cha...
  10. 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-...