Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 4,649 for

text annotations

(0.03 sec)
  1. How to Extract Images from Excel in C#

    This article explains the workflow to extract images from Excel in C# and how to use this workflow for developing the application to get images from Excel using C#....Annotation Product Family GroupDocs...published an article for extracting Text from Markdown file using C#...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  2. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....Annotation Product Family GroupDocs...convert a DOCX file into plain text (TXT). This could be for various...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. GroupDocs.Viewer for .NET

    This API allows you to view and render any type of file format using C# .NET language on any platform....Annotation Product Family GroupDocs...JPG using C# How to Extract Text from PDF using C# How to Render...

    kb.groupdocs.com/viewer/net/
  4. OCR support | Documentation

    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/
  5. Merge HTML | Documentation

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

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  6. Merge HTML | Documentation

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

    docs.groupdocs.com/merger/python-net/merge/html/
  7. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Annotation Product Solution GroupDocs...Excel spreadsheets: Extract text from Microsoft Office Excel...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Annotation Product Solution GroupDocs...WatermarkOptions - watermark text - watermark font name - watermark...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  9. OCR support | Documentation

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Annotation Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. How to Convert Word Document to Image using C#

    This quick article describes the process to convert Word document to Image using C# and provides a working example for C# Word to Image converter functionality....Annotation Product Family GroupDocs...article to change Word document to Text using C#, have a look at how...

    kb.groupdocs.com/conversion/net/how-to-convert-...