Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,189 for

extracted data

(0.11 sec)
  1. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....Redaction Product Family Extract Text from ODT using C# OpenDocument...especially if you need to extract text for further processing...

    kb.groupdocs.com/parser/net/extract-text-from-o...
  2. How to Extract Images from Excel in Java

    Quickly learn the workflow to extract images from Excel in Java and develop the parsing application to get images from Excel using Java in a few lines of code....Redaction Product Family How to Extract Images from Excel in Java This...the stepwise instructions to extract images from Excel in Java and...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  3. How to Extract Images from Word Document using ...

    This article provides thorough instructions to extract Images from Word document using Java and how to create the Java image extractor from Word application....Redaction Product Family How to Extract Images from Word Document using...will focus on the process to extract Images from Word document using...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  4. 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....described as information about other data, including details like authorship...and structural content. To extract metadata from PPTX files, we...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  5. Convert PDF to DOCX using Node.js

    Learn how to convert PDF to DOCX using Node.js with a simple guide. Easily export PDF to DOCX in Node.js for editable and formatted document conversion....businesses and applications to extract and modify content easily....for content management, data extraction, or business workflows...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. 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...
  7. 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...
  8. Convert PDF to GIF using Node.js

    Learn how to convert PDF to GIF using Node.js with a step-by-step guide. Easily export PDF to GIF in Node.js and transform documents into slides....applications that need to extract visual data from PDF documents and...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  9. 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...
  10. 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...