Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 782 for

detection

(0.3 sec)
  1. Optimalizujte výkon porovnávání dokumentů: škál...

    Naučte se, jak optimalizovat výkon porovnávání dokumentů pro vysokou zátěž. Tento průvodce demonstruje dávkové zpracování, paralelní porovnávání a techniky optimalizace výkonu pomocí GroupDocs.Comparison API pro Node.js, aby bylo možné škálovat porovnávání dokumentů na miliony souborů....Automated document change detection Legal review : Process large...DetectStyleChanges : Disable style detection when not needed Multi‑Format...

    blog.groupdocs.com/cs/comparison/optimize-docum...
  2. GroupDocs.Metadata for Python overview | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....create UI for you application Detect the format and MIME type of...across all supported formats Detect and remove digital signatures...

    docs.groupdocs.com/metadata/python-net/product-...
  3. Optimize Belge Karşılaştırma Performansını: Nod...

    Yüksek hacimli iş yükleri için belge karşılaştırma performansını nasıl optimize edeceğinizi öğrenin. Bu kılavuz, GroupDocs.Comparison API for Node.js kullanarak toplu işleme, paralel karşılaştırma ve performans optimizasyon tekniklerini göstererek belge karşılaştırmayı milyonlarca dosyaya ölçeklendirmeyi anlatır....Automated document change detection Legal review : Process large...DetectStyleChanges : Disable style detection when not needed Multi-Format...

    blog.groupdocs.com/tr/comparison/optimize-docum...
  4. GroupDocs.Signature voor Python 26.1 – Laatste ...

    Ontdek wat er nieuw is in GroupDocs.Signature voor Python 26.1. Nu beschikbaar op NuGet en de GroupDocs‑website.... detection_threshold_percent = 75 # optional... = True verify_options . detection_threshold_percent = 85 verify_result...

    blog.groupdocs.com/nl/signature/groupdocs-signa...
  5. GroupDocs.Signature for Python 26.1 – En Son Gü...

    GroupDocs.Signature for Python 26.1'de yenilikleri keşfedin. Şimdi NuGet ve GroupDocs web sitesinde mevcut.... detection_threshold_percent = 75 # optional... = True verify_options . detection_threshold_percent = 85 verify_result...

    blog.groupdocs.com/tr/signature/groupdocs-signa...
  6. GroupDocs.Total for Python via .NET | GroupDocs

    GroupDocs.Total for Python via .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs.... Add or detect watermarks to protect intellectual...GroupDocs.Watermark – Add or detect watermarks in documents and...

    docs.groupdocs.com/total/python-net/
  7. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....GIF images Leave feedback Detecting the GIF version The following...sample of code will help you to detect the version of a loaded GIF...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for Node.js via Java....On this page allows you to detect changes between source and...detailed information about all detected changes, providing more comprehensive...

    docs.groupdocs.com/comparison/nodejs-java/get-e...
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....GIF images Leave feedback Detecting the GIF version The following...sample of code will help you to detect the version of a loaded GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. GroupDocs.Metadata Overview | GroupDocs

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....create UI for you application Detect the format and MIME type of...across all supported formats Detect and remove digital signatures...

    docs.groupdocs.com/metadata/net/product-overview/