Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 357 for

detection

(0.03 sec)
  1. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET..." ); } } } Detect inline images To detect if image attachment...following example shows how to detect inline attachments: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...
  2. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....demonstrates how to remove all detected metadata packages/properties.... InputPdf )) { // Remove detected metadata packages int affected...

    docs.groupdocs.com/metadata/java/clean-metadata/
  3. GroupDocs.Metadata for Node.js overview | Docum...

    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/nodejs-java/product...
  4. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...language, so the // method detects it automatically. // The detectOrientation...set to true, so the method detects and // and corrects text orientation...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  5. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats 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 JPEG image.... OutputJpeg ); } Detecting barcodes in a JPEG image This...This feature allows you to detect barcodes of different types...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. GroupDocs.Metadata for Python overview | Docume...

    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-...
  7. Render Excel and Apple Numbers spreadsheets as ...

    Convert Excel and Numbers spreadsheets to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python.... view ( viewOptions ) Detect a CSV/TSV separator If you...target view to automatically detect a delimiter used to separate...

    docs.groupdocs.com/viewer/python-net/render-exc...
  8. Working with metadata in GIF images | Documenta...

    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...
  9. GroupDocs.Comparison for Python via .NET | Docu...

    GroupDocs.Compairson for Python developer documentation. Learn how to diff docx, pptx, and pdf files using Python....It provides the ability to detect differences between source...character levels. Additionally, it detects changes in styling and formatting...

    docs.groupdocs.com/comparison/python-net/
  10. Black Pages Appearing in Some PDF Files - Free ...

    I am currently using GroupDocs.Viewer for .NET and have encountered an issue where certain PDF files are rendered with all pages completely black, even though the file size is not large and the PDFs open correctly in oth…...stream), this is quite easy to detect its format and apply an appropriate...Viewer(documentContent)) { // 4. detect actual format of loaded document...

    forum.groupdocs.com/t/black-pages-appearing-in-...