This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Watermark Product Solution GroupDocs...Family / GroupDocs.Search for .NET / Developer Guide / Advanced...
This article explains that how to extract Markdown formatted text from document page....Watermark Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Advanced...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...
This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...
This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Watermark Product Solution GroupDocs...Family / GroupDocs.Redaction for .NET / Developer Guide / Advanced...