Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 3,539 for

extraction

(0.07 sec)
  1. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Advanced Usage / Using OCR to extract a text from images and PDFs...Description RecognizeText Extracts a text from the provided image...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  2. Numériser un code QR à partir d'un PPTX à l'aid...

    Ce guide propose une explication détaillée de la manière de numériser un code QR à partir de PPTX à l'aide de C#. Il comprend également un exemple de code pour vous aider à extraire un code QR à partir de PPTX en C#.... L’extraction et la numérisation de codes...facile à utiliser qui permet l’extraction transparente d’images et...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  3. Convertir un PDF en CSV à l'aide de Node.js

    Apprenez à convertir un PDF en CSV à l'aide de Node.js avec un guide étape par étape. Exportez facilement des PDF au format CSV dans Node.js pour une Extraction et une gestion efficaces des données....actuel axé sur les données, l’extraction de données à partir de documents...capables de rationaliser l’extraction des données et d’en garantir...

    kb.groupdocs.com/fr/conversion/nodejs/convert-p...
  4. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Extraire le texte des fichiers Markdown à l'aid...

    Extraire le texte des fichiers Markdown à l'aide de C#. Analysez les fichiers mardown dans les applications .NET à l'aide de l'API d'analyseur de documents de GroupDocs....documents, de l’extraction des archives ZIP, de l’extraction des images...l’aide de C#. API .NET pour l’extraction de texte Markdown # GroupDocs...

    blog.groupdocs.com/fr/parser/extract-text-from-...
  6. Comment extraire des images de PowerPoint en Java

    Apprenons comment extraire des images de PowerPoint en Java et comment l'utiliser pour créer l'application permettant d'obtenir des images de PowerPoint à l'aide de Java.... Les instructions d’extraction d’images peuvent être utilisées...développer la fonctionnalité d’extraction d’images à partir d’un document...

    kb.groupdocs.com/fr/parser/java/how-to-extract-...
  7. Extraire des images d'ODT à l'aide de C#

    Voyons comment extraire des images d'ODT à l'aide de C#. Nous fournirons également du code C# pour extraire des images d'ODT compatible avec Windows, macOS et Linux....activer la fonctionnalité d’extraction d’images à partir de fichiers...l’aide de C# Le tutoriel C# d’extraction d’images ODT fournit aux...

    kb.groupdocs.com/fr/parser/net/extract-images-f...
  8. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. 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); // ....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Numériser un code QR à partir d'un PDF à l'aide...

    Cet article propose un guide sur la façon d'extraire un code QR d'un PDF en C#, y compris un exemple de code qui montre comment numériser efficacement un code QR à partir d'un PDF à l'aide de C#....possibilités pour automatiser l’extraction de données et améliorer l’interaction...rapidement et sans effort. L’extraction de codes QR à partir de PDF...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...