Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 4,991 for

text annotations

(0.2 sec)
  1. Convert PDF to HTML using Node.js

    Learn how to convert PDF to HTML using Node.js. This guide covers fast and accurate HTML extraction, helping you seamlessly export PDF to HTML in Node.js with ease....Annotation Product Family GroupDocs...comprehensive guide on converting PDF to Text using Node.js. For a detailed...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  2. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for .NET...

    docs.groupdocs.com/annotation/net/supported-doc...
  3. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java...Annotation Product Solution GroupDocs...array of delimiters to split text into words. indicates if compare...

    docs.groupdocs.com/comparison/java/comparison/
  4. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Annotation Product Solution GroupDocs...HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...

    docs.groupdocs.com/merger/net/merge/html/
  5. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Annotation Product Solution GroupDocs...that can be applied to spans of text, paragraphs, lists, or tables...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  6. 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...
  7. 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-...
  8. How to Convert SVG to PDF in C#

    This article explains the thorough procedure to convert SVG to PDF in C# and learn how to develop the C# SVG to PDF converter functionality....Annotation Product Family GroupDocs...an article to change PDF to Text using C#, have a look at how...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Convert PDF to TXT using Java

    Efficiently find how to convert PDF to TXT using Java without installing extra tools. The library employed to export PDF to TXT using Java is platform-independent....Annotation Product Family GroupDocs...document processing, extracting text content from PDF files is a...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  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/