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

information extraction

(0.04 sec)
  1. GroupDocs.Viewer for .NET 21.5 Release Notes | ...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for .NET 21.5...Purchase Buy Now Pricing Information Free Trials Temporary License...filepath /// <summary> /// Extracts file extension and maps it...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  2. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific Information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from BMP file...

    docs.groupdocs.com/metadata/net/working-with-bm...
  3. ExtractedItemInfo Constructor - GroupDocs.Searc...

    Initializes a new instance of the ExtractedItemInfo class....Common DocumentField The extracted fields. itemInfo Type: System...System String The item information. innerPath Type: System String...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific Information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from BMP file...

    docs.groupdocs.com/metadata/java/working-with-b...
  5. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific Information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from DICOM...

    docs.groupdocs.com/metadata/java/working-with-d...
  6. text signature

    Signature image not replacing text - Troy signature Image font - Aspose.PDF Product Family - Free Support Forum - aspose.com,Text color in Digital Signature -...explains how to to extract Signature information, extract image from...Hide ] How to Extract...Extract Signature Information Aspose.PDF...

    search.aspose.com/q/Text-Signature.html
  7. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...Developer Guide / Extracting Document Metainfo Extracting Document Metainfo...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  8. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Purchase Buy Now Pricing Information Free Trials Temporary License...the index is reloaded. For information on managing the stop word...

    docs.groupdocs.com/search/net/indexing-with-sto...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific Information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from MKV files...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. RiffInfoPackage Class - GroupDocs.Metadata for ...

    Represents the metadata package containing properties extracted from the RIFF INFO chunk....package containing properties extracted from the RIFF INFO chunk....Copyright Gets the copyright information for the file. Count Gets...

    apireference.groupdocs.com/metadata/net/groupdo...