Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 10,493 for

image

(0.08 sec)
  1. 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....character recognition, OCR) on images, either separate or embedded...library for text recognition in images. String indexFolder = "c:\\MyIndex"...

    docs.groupdocs.com/search/java/ocr-support/
  2. Join Images using GroupDocs.Merger for Java 19.8

    With the new release of GroupDocs.Merger for Java 19.8 you can take your document joining experience to the next level. What is special about this release? We are pleased to announce that you can now do Image joining. And following are the supported Image formats: BMP PNG TIFF How easy is that? Let’s understand this with a use-case. We’ll join a BMP and TIFF file. New Format Support API now fully supports HTML format....now do image joining. And following are the supported image formats:...

    blog.groupdocs.com/merger/join-images-using-gro...
  3. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....textWatermarkOptions ); // Add image watermark to the second worksheet...)); } Adding watermark to the images from a particular worksheet...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....textWatermarkOptions ); // Add image watermark to the second worksheet...(); Adding watermark to the images from a particular worksheet...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Render TXT as PNG using Python

    Discover how to render TXT as PNG using Python. This tutorial explains converting plain text files into PNG Images with customizable dimensions....visualizing these files as images can be useful for embedding...to transform plain text into image format. It also covers how to...

    kb.groupdocs.com/viewer/python/render-txt-as-pn...
  6. Advanced usage | GroupDocs

    This page describes the GroupDocs.Annotation advanced usage and its multiple powerful features like customizing document annotating process and annotations appearance etc....information Extract an image from an image annotation Compare annotations...annotations Load custom fonts. Put image annotations over the text using...

    docs.groupdocs.com/annotation/net/advanced-usage/
  7. Convert ODT to TIFF using Node.js

    Easily convert ODT to TIFF using Node.js. Follow this simple guide to export ODT to TIFF in Node.js and streamline document processing in your application....archiving document content, image formats offer a universal and...need to produce high-quality image outputs. By the end of this...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  8. Integrate Watermarking in Node.js Applications

    Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....Adding Text Watermark Adding Image Watermark Conclusion Get a Free...50 file formats, including images, PDF, Word, Excel documents...

    blog.groupdocs.com/watermark/integrate-watermar...
  9. Working with worksheet headers and footers | Gr...

    Inspect, clear, and watermark the Images in Excel worksheet headers and footers using GroupDocs.Watermark for Python via .NET....carry a script (text) or an image . Extract information about...s for s in sections if s . image is not None or s . script ]...

    docs.groupdocs.com/watermark/python-net/working...
  10. How to Render DOCX as JPG using C#

    In this article, we will guide you on how to render DOCX as JPG using C# without installing extra software. We will also provide code to render DOCX to JPG using C#....Microsoft Word document to a JPEG image format can be a valuable task...into a static image. JPEG is a widely supported image format known...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...