This article shows how To save a document To a specified location on a local disk...Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
This article shows how To save a document To a specified location on a local disk using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
OCR support means 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.
To connect OCR, you need To implement the IOcrConnecTor interface in the client code.
The following example demonstrates how To implement the OCR connecTor using com.aspose.ocr library for text recognition in Images.
const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Conversion Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...
This article shows how To save the modified content To the underlying source....Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Conversion Product Solution GroupDocs...Format Content and metadata 1.9 PDF Document Type Document Type Description...
Learn how To use DatabaseLoadOptions To configure database document loading in GroupDocs.Conversion for .NET. Supports NSF (Lotus Notes) and SQL formats....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...
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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...