Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 5,015 for

text annotations

(1.17 sec)
  1. Extract barcodes from document page area | Grou...

    This article explains that how to extract barcodes from document page area....Annotation Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-barcodes...
  2. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and Text values of XML elements are loaded as strings then....Annotation Product Solution GroupDocs...DataSet , all attributes and text values of XML elements are loaded...

    docs.groupdocs.com/assembly/java/working-with-x...
  3. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page....Annotation Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  4. Character replacement during indexing | GroupDocs

    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/java/character-replac...
  5. Perform Boolean Search using C#

    Perform Boolean search using C# to enhance document retrieval. Learn full-Text search with Boolean operators in C# for precise and efficient results in applications....Annotation Product Family GroupDocs...demonstrate how to implement full-text search with Boolean operators...

    kb.groupdocs.com/search/net/perform-boolean-sea...
  6. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....Annotation Product Family GroupDocs...that process natural language text. The ability to handle grammatical...

    kb.groupdocs.com/search/java/search-different-w...
  7. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....Annotation Product Family GroupDocs...from ODT using C# Open Document Text ( ODT ) files are commonly used...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  8. Remove Image Watermark from DOCX Using Python

    Learn how to remove image watermark from DOCX using Python. This tutorial shows how to detect and delete image watermarks in DOCX documents programmatically....Annotation Product Family GroupDocs...to read our guide on remove text watermark from PPTX using Python...

    kb.groupdocs.com/watermark/python/remove-image-...
  9. Minify HTML | GroupDocs

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer....Annotation Product Solution GroupDocs...type="text" disabled="disabled"> becomes <input type=text disabled>...

    docs.groupdocs.com/viewer/java/minify-html/
  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/