Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,277 for

extracted data

(0.02 sec)
  1. GroupDocs.Metadata for Python via .NET Overview...

    GroupDocs.MetaData for Python via .NET reads, edits, removes, and exports metaData across documents, images, audio, and video — EXIF, IPTC, XMP, ID3, and document properties — through one unified, predicate-driven API....location, comments, and hidden data from files before they leave...preprocessing — extract metadata as structured data (JSON, CSV) to...

    docs.groupdocs.com/metadata/python-net/product-...
  2. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.MetaData API supports extracting QuickTime atoms from a MOV video. The atom is the basic Data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metaData package Extract the native metaData package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Metadata API supports extracting QuickTime atoms from a MOV...video. The atom is the basic data unit in any QuickTime file....

    docs.groupdocs.com/metadata/net/working-with-me...
  3. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......large unexpected streams of data, but does not interfere with...represent pretty much any character; data coming from the server is interpreted...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  4. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Markup ))) { // Check if text extraction is supported if (! parser...System . out . println ( "Text extraction isn't supported." ); return...

    docs.groupdocs.com/parser/java/loading-specific...
  5. Extract table of contents | GroupDocs

    Learn how to extract table of contents (TOC) from Word documents, PDF files, and eBooks using GroupDocs.Parser for .NET. Extract TOC items with page numbers and depth levels in C#....Basic usage / Extract table of contents Extract table of contents...GroupDocs.Parser allows to extract table of contents from Microsoft...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. Read Metadata from PPTX using Java

    Learn how to read metaData from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metaData of PPTX using Java....Java In the digital era, extracting hidden details from files...described as information about other data, including details like authorship...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  7. GroupDocs.Redaction Overview | GroupDocs

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....to redact different types of data: text, metadata, annotations...comments; Document information extraction - file type, page count etc...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  8. Extracting property values | GroupDocs

    Learn common ways to read metaData property values and handle their types in GroupDocs.MetaData for Python via .NET....properties / Extracting property values Extracting property values...PropertyValue ) whose type tells you the data type and whose raw_value returns...

    docs.groupdocs.com/metadata/python-net/extracti...
  9. Get source and target text from files | GroupDocs

    Learn how to read source and target texts of detected changes using GroupDocs.Comparison for Python via .NET....target_text ) 🔹 Use case: Extract changed text pairs to power...streams and retrieve the same data programmatically. import groupdocs...

    docs.groupdocs.com/comparison/python-net/get-so...
  10. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...password ))) { // Check if text extraction is supported if (! parser...System . out . println ( "Text extraction isn't supported." ); return...

    docs.groupdocs.com/parser/java/password-protect...