Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 973 for

information extraction

(0.02 sec)
  1. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential Information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified Information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Purchase Buy Now Pricing Information Free Trials Temporary License...remove the confidential information before publishing it. GroupDocs...

    docs.groupdocs.com/redaction/java/features-over...
  2. 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...
  3. Read Metadata from DOCX using C#

    Unlock the method to read metadata from DOCX using C#. Elevate document organization efficiency by mastering the art of how to read metadata of DOCX using C#....understanding the hidden information embedded within documents...to retrieve DOCX metadata information Create an instance of the...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  4. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Purchase Buy Now Pricing Information Free Trials Temporary License... update and remove meta information from all popular file formats...

    docs.groupdocs.com/metadata/python-net/
  5. GroupDocs.Metadata for .NET | Documentation

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta Information from all popular document file formats...Purchase Buy Now Pricing Information Free Trials Temporary License...write, edit and remove meta information from all popular document...

    docs.groupdocs.com/metadata/net/
  6. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Purchase Buy Now Pricing Information Free Trials Temporary License...content. In the the font extraction was improved and the public...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  7. 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...
  8. 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...
  9. 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...
  10. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from ASF files...

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