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

text annotations

(0.08 sec)
  1. Regular expression search | Documentation

    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 using Java search API....Annotation Product Solution GroupDocs...separately, and not the entire text of a document field. Queries...

    docs.groupdocs.com/search/java/regular-expressi...
  2. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....Annotation Product Solution GroupDocs...for example, to convert all text to lowercase characters or to...

    docs.groupdocs.com/search/nodejs-java/character...
  3. 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...
  4. Advanced search for Barcode signatures | Docume...

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Code39Standard , // specify text match type MatchType = TextMatchType...

    docs.groupdocs.com/signature/net/advanced-searc...
  5. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...Annotation Product Solution GroupDocs...with Text signature This example shows how to add Text signature...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Font extraction options | Documentation

    Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....Annotation Product Solution GroupDocs...DOCX or ODT, typically contain text content formatted with various...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  7. 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/
  8. 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-...
  9. Annotate or Collaborate on Documents Easily Usi...

    Great news for all reviewers! We’ve introduced the new GroupDocs Annotation user interface to make your document annotation process easier and faster. With these new enhanced UI and features, you are now able to annotate and collaborate on documents quickly. GroupDocs Annotation is a service that lets you perform document collaboration easily. You and your colleagues can annotate documents and perform document collaboration in real time. You can make suggestions or add the required comments online at the same time, which makes the review process much faster....introduced the new GroupDocs Annotation user interface to make your...your document annotation process easier and faster. With these...

    blog.groupdocs.com/total/annotate-or-collaborat...
  10. 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/