Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 5,364 for

text annotations

(1.45 sec)
  1. How to Convert TXT to RTF using Java

    This tutorial will provide guidance on how to convert TXT to RTF using Java, along with code example to export TXT to RTF in Java on commonly used operating systems....Annotation Product Family GroupDocs...TXT to RTF using Java . Rich Text Format (RTF) is a file format...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Extract Images from Excel in Java

    Quickly learn the workflow to extract images from Excel in Java and develop the parsing application to get images from Excel using Java in a few lines of code....Annotation Product Family GroupDocs...published an article on extracting text from Markdown file using Java...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  3. Remove Metadata from RTF using Java

    Quickly grasp the knowledge of how to remove metadata from RTF using Java. Also, you'll be provided with a code demonstrating how to clean metadata from RTF in Java....Annotation Product Family GroupDocs...from RTF using Java RTF (Rich Text Format) files commonly hold...

    kb.groupdocs.com/redaction/java/remove-metadata...
  4. How to Sign XLSX with QR Code using C#

    In this topic, we will guide you on how to sign XLSX with QR Code using C#. We will also provide a code example to create QR Code in XLSX using C#....Annotation Product Family GroupDocs...step-by-step guide on signing PDF with text signature. If you require additional...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  5. Render PDF as JPG using C#

    Learn how to efficiently render PDF as JPG using C#. Also, explore step-by-step instructions and C# code for rendering PDF to JPG without installing extra tools....Annotation Product Family GroupDocs...we covered the extraction of text from PDF using C#. If you require...

    kb.groupdocs.com/viewer/net/render-pdf-as-jpg-u...
  6. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Annotation Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Perform Faceted Search using C#

    In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....Annotation Product Family GroupDocs...NET library to implement full-text search with facets Initialize...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  8. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Annotation Product Family GroupDocs...ODT using Java Open Document Text (ODT) files — the format behind...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  9. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in Text queries using Java search API....Annotation Product Solution GroupDocs...specification Leave feedback The text below represents the complete...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed Text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for Text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Annotation Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/