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

information extraction

(0.08 sec)
  1. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java 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 getWordProcessingType method to obtain file format Information advanced_usage....Purchase Buy Now Pricing Information Free Trials Temporary License...document and extract some additional file format information. a WordProcessing...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Search index settings | Documentation

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Purchase Buy Now Pricing Information Free Trials Temporary License...extractor and using it to extract text is presented on the page...

    docs.groupdocs.com/search/net/search-index-sett...
  3. Features Overview | Documentation

    A .NET 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/net/features-overview/
  4. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more Information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of Information that can be considered as metadata under some circumstances. For example, you may want to obtain Information about pages in a note document....Purchase Buy Now Pricing Information Free Trials Temporary License...code samples below for more information. Inspecting Note documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Get document info | Documentation

    This article shows that how to get meta Information of a document....Purchase Buy Now Pricing Information Free Trials Temporary License...allows users to get meta information of a document which includes:...

    docs.groupdocs.com/metadata/net/get-document-info/
  6. 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...
  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 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...
  8. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting technical audio information from WAV files...

    docs.groupdocs.com/metadata/java/handling-metad...
  9. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....metadata, including hidden information about the document, such...personal or confidential information, thus safeguarding privacy...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  10. QR Code Reader using Java | Scan QR Code from I...

    How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....that can contain different information in it. You can use a QR code...to scan it and read the information. QR codes are used in many...

    blog.groupdocs.com/parser/scan-qr-code-using-java/