Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,676 for

pdf image comparison

(0.06 sec)
  1. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....Comparison Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  2. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to Image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in JPEG images / Extracting...

    docs.groupdocs.com/metadata/java/extracting-mak...
  4. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.Image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....Comparison Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  6. Add annotation to the document | Documentation

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....Comparison Product Solution GroupDocs...a documents and images of various types - PDF, Microsoft Word...

    docs.groupdocs.com/annotation/java/add-annotati...
  7. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Comparison Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Comparison Product Solution GroupDocs...to extract a text from images and PDFs / Use OCR Connector Use...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  9. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Comparison Product Solution GroupDocs...Usage / Using OCR to redact image documents / Use Microsoft Azure...

    docs.groupdocs.com/redaction/java/use-microsoft...
  10. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Comparison Product Solution GroupDocs..., settings )) { // Extract images from HTML document IEnumerable...

    docs.groupdocs.com/parser/net/handle-loading-of...