Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 950 for

information extraction

(0.03 sec)
  1. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta Information of a document....Purchase Buy Now Pricing Information Free Trials Temporary License...allows users to get document information which includes: File format...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  2. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Purchase Buy Now Pricing Information Free Trials Temporary License...can retrieve the following information about a file: FileType represents...

    docs.groupdocs.com/comparison/python-net/get-fi...
  3. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format Information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format Information AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...document and extract some additional file format information. a WordProcessing...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Purchase Buy Now Pricing Information Free Trials Temporary License...password-protected documents Extracting information about hidden document...

    docs.groupdocs.com/metadata/java/features-overv...
  5. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more Information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Purchase Buy Now Pricing Information Free Trials Temporary License...with a JPEG image. For more information on the Photoshop file format...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific Information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from AVI file...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format Information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format Information AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...presentation and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. QR Code Reader using C# | Scan QR Code from Image

    How to scan QR Code using C# within .NET application. C# example that reads QR Code from an image that will help you build an online QR scanner....2D barcode that contains information that can be easily read and...are being used in product information & marketing, mobile payments...

    blog.groupdocs.com/parser/scan-qr-code-using-cs...
  9. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Purchase Buy Now Pricing Information Free Trials Temporary License...are designed to search for information throughout the Internet or...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  10. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more Information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific Information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Purchase Buy Now Pricing Information Free Trials Temporary License...computers. Note Please find more information on the format at Reading...

    docs.groupdocs.com/metadata/java/working-with-m...