Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 1,125 for

information extraction

(0.04 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the secret, or sensitive information that is within the documents...this is regular textual information or it is text with the scanned...

    blog.groupdocs.com/groupdocs.blog/page/28/
  2. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains Information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Purchase Buy Now Pricing Information Free Trials Temporary License...distributed; it only contains information about those files, such as...

    docs.groupdocs.com/metadata/java/working-with-t...
  3. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files....Access or print any file information for the found document. Set...query, you can further extract information about the found documents...

    blog.groupdocs.com/search/search-multiple-texts...
  4. Working with slide backgrounds | GroupDocs

    Extract, remove, and watermark slide background images using Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...The API allows you to extract information about all slide backgrounds...

    docs.groupdocs.com/watermark/python-net/working...
  5. Get document info | GroupDocs

    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: (detected...

    docs.groupdocs.com/metadata/java/get-document-i...
  6. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains Information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Purchase Buy Now Pricing Information Free Trials Temporary License...distributed; it only contains information about those files, such as...

    docs.groupdocs.com/metadata/net/working-with-to...
  7. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File 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...Usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Indexing with stop words | GroupDocs

    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 BMP metadata | GroupDocs

    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...
  10. Working with metadata in Presentations | GroupDocs

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

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