Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 887 for

document information extraction

(0.14 sec)
  1. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your Documents with Image Viewer by GroupDocs and place text over rendered Document page image....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  2. Convert Spreadsheets using GroupDocs.Conversion...

    Reason to use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due to certain changes in company policies and software being used by it....Reason to use a Document Conversion API # The world is becoming...such scenarios and to fuel information governance and digital transformation...

    blog.groupdocs.com/conversion/convert-spreadshe...
  3. Working with slide backgrounds | Documentation

    The API allows you to extract Information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/about-search-engi...
  5. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more Information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of Information that can be considered as metadata under some circumstances. For example, you may want to obtain Information about pages in a note Document....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for Node.js via Java is a powerful API for managing watermarks in the various Documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/groupd...
  7. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/features-overv...
  8. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several Documents into one, split single Document to multiple Documents, reorder or replace Document pages, change page orientation, manage Document protection, render Documents as images and more....Purchase Buy Now Pricing Information Free Trials Temporary License...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/python-net/features-o...
  9. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format Information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format Information AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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 FileType property to obtain file format Information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...