Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 2,720 for

information extraction

(0.07 sec)
  1. PngTextChunk Class - GroupDocs.Metadata for .NE...

    Represents textual data extracted from a PNG image....Class Represents textual data extracted from a PNG image. Inheritance...that indicates the type of information represented by the chunk...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. 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...
  3. metadatatype - GroupDocs.Metadata for Java - AP...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m...... Cad A metadata package extracted from a CAD drawing. Diagram...FileFormat A package containing information about the format of a loaded...

    apireference.groupdocs.com/metadata/java/com.gr...
  4. Convert PDF to JPG | Online and Free

    PDF to JPG converter. Conver to Word, images without registration and captcha. It's secure and private...signature PDF Xfa Converter Table-Extraction GIF Maker Word Counter Repair...We completely secure your information. Universal conversion You...

    products.aspose.app/pdf/conversion/pdf-to-jpg
  5. Convert PDF to HTML | Online and Free

    PDF to HTML converter. Conver to Word, images without registration and captcha. It's secure and private...signature PDF Xfa Converter Table-Extraction GIF Maker Word Counter Repair...We completely secure your information. Universal conversion You...

    products.aspose.app/pdf/conversion/pdf-to-html
  6. Download Metadata Processing Python package via...

    Download Metadata Processing Python package via .NET API to Read, Modify, Remove, Search, Compare, & Export Metadata of various document & image formats via Python API....write, edit and remove meta information from all popular document...access the file property information and allows users to perform...

    releases.groupdocs.com/metadata/python-net/
  7. pngtextchunk - GroupDocs.Metadata for Java - AP...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......CustomPackage Represents textual data extracted from a PNG image. Method Summary...that indicates the type of information represented by the chunk...

    apireference.groupdocs.com/metadata/java/com.gr...
  8. PngTextChunk - GroupDocs.Metadata for Java - AP...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......CustomPackage Represents textual data extracted from a PNG image. Method Summary...that indicates the type of information represented by the chunk...

    apireference.groupdocs.com/metadata/java/com.gr...
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format Information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format Information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...image and extract some additional file format information. a GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from AVI file...

    docs.groupdocs.com/metadata/net/working-with-me...