Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 11,114 for

text

(0.33 sec)
  1. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Template XML Spreadsheet 2003 Text and programming file formats...Query Language Data File Plain Text File Vim Settings File XML File...

    docs.groupdocs.com/comparison/java/supported-do...
  2. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...Query Language Data File ✅ Plain Text File ✅ Vim Settings File ✅ XML...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  3. Integration for Zapier - How to Create a Custom...

    Zapier allows seamless integration with dozens of APIs. In this post I’ll explain how to create an integration with the GroupDocs Storage API. Put simply the process of integration with Zapier is Read -> Process -> Write. The left side of the integration is called a trigger and the right side is an action. The central process simply converts your API response to a format suitable for the write action. We are going to create a trigger for new files....Unicode Required : Yes Help text : Get it from https://apps.groupdocs...Password Required : Yes Help text : Get it from https://apps.groupdocs...

    blog.groupdocs.com/total/integration-for-zapier...
  4. GroupDocs.Comparison Product Family

    Find answers about comparing documents of similar types using code on any platform....Files using C# How to Compare Text Files in C# How to Compare PDF...Files in Java How to Compare Text Files in Java How to Compare...

    kb.groupdocs.com/comparison/
  5. inventory.csv

    Привет™ Testing for plain Text… ©...Привет™ Testing for plain text… ©...

    docs.groupdocs.com/parser/python-net/_sample_fi...
  6. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image files and comes with a comprehensive set of document commenting and markup tools. The viewer can work two ways: by rasterizing documents or by converting them to a combination of SVG, HTML and CSS....), plain text documents, CAD and raster images...Documents can be rendered as real text files (HTML5 based technology...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  7. HTML5 Image, PDF and Microsoft Office Document ...

    We’ve received a lot of feedback from our customers asking us to create a .NET library based on our HTML5 document annotation app. We’ve worked hard and today are pleased to announce the release of the document annotation library for developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library, developers can seamlessly enhance their web and mobile apps with the ability to annotate Microsoft Office documents, PDFs and image files....combination of images and selectable text. This allows end users to select...comment on, strikeout and mark up text while annotating documents within...

    blog.groupdocs.com/annotation/html5-image-and-p...
  8. Product Overview | GroupDocs

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

    docs.groupdocs.com/annotation/net/product-overv...
  9. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....separately, and not the entire text of a document field. Queries...query. A regex search query in text form cannot be combined with...

    docs.groupdocs.com/search/net/regular-expressio...
  10. 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....method Classifies sentiment by text var positiveProbability = sentimentClassifier...method Classifies sentiment by text var response = sentimentClassifier...

    docs.groupdocs.com/classification/net/sentiment...