Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 10,062 for

text

(0.04 sec)
  1. Product Overview | Documentation

    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...
  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....method Classifies sentiment by text var positiveProbability = sentimentClassifier...method Classifies sentiment by text var response = sentimentClassifier...

    docs.groupdocs.com/classification/net/sentiment...
  3. Multiple Target Documents – GroupDocs.Compariso...

    GroupDocs team is continuously adding support for new features and trying to improve GroupDocs.Comparison API for its precious user. We are glad that we are receiving many feedback from users and we are trying to provide features which are being demanded by our valuable customers. GroupDocs.Comparison for .NET is growing each day therefore we are providing new releases every month, in this regard we are happy to announce another exciting monthly release for GroupDocs....format Divide text into paragraphs by checking if the text fragments...cases with plain text for PDF document Improved text comparison support...

    blog.groupdocs.com/comparison/multiple-document...
  4. Highlight PDF using Annotations in Java | Annot...

    Highlight Text in PDF with highlight annotations using Java. Document and image annotation Java API allows to Annotate PDF files by highlighting any area....will learn how to highlight text and any area in PDF files using...will use this API to highlight text in the PDF file. Download or...

    blog.groupdocs.com/annotation/highlight-pdf-usi...
  5. 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.... Load text documents, spreadsheets, presentations...quality of output images, add text watermarks, and cache the results...

    docs.groupdocs.com/viewer/java/
  6. Barcodes Syntax and Properties | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps: Add a Textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the Textbox, making the Textbox look like a barcode image without bars and Text....barcode image without bars and text. Specify a barcode tag within...barcode specification. The barcode text must contain parentheses for...

    docs.groupdocs.com/assembly/net/barcodes-syntax...
  7. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Excel, redact PDF documents text, metadata and comments. Our...lines of code you can redact text, comments and metadata without...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  8. Extract table of contents from EPUB eBooks | Do...

    To extract table of contents from EPUB e-books GetToc method is used....page index to extract a page text from the document. The following...Print the Toc text Console . WriteLine ( i . Text ); // Check if...

    docs.groupdocs.com/parser/net/extract-table-of-...
  9. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...view ( viewOptions ); } Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  10. How to Run Examples | Documentation

    This article describes how to run .NET parser API code examples....your document { // Extract a text to the reader using ( TextReader...()) { // Print an extracted text (or "not supported" message)...

    docs.groupdocs.com/parser/net/how-to-run-examples/