Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 34,484 for

groupdocs parser

(1.47 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/search/java/ocr-support/
  2. Compare documents with GroupDocs.Comparison | G...

    Find the differences between two versions of a document from Groupdocs.Total for Node.js via Java, list every change, and accept or reject them — runnable JavaScript examples with downloadable files....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/total/nodejs-java/developer-...
  3. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of Groupdocs.Viewer of rendering CAD Drawings....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/viewer/net/limitations-when-...
  4. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/redaction/net/save-overwriti...
  5. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/watermark/java/email-attachm...
  6. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using Groupdocs.Conversion for Node.js via Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new Groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iGroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  8. Edit documents with GroupDocs.Editor | GroupDocs

    Round-trip a document through HTML so a web editor can change it, then save it back with Groupdocs.Total for Node.js via Java — runnable JavaScript examples with downloadable files....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/total/nodejs-java/developer-...
  9. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the Groupdocs.Viewer Node.js API to convert web documents to PDF, PNG, and JPEG formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/viewer/nodejs-java/render-we...
  10. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format, Groupdocs.Metadata for Java provides the IExif.getExifPackage method....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/metadata/nodejs-java/working...