Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,164 for

document text extraction

(0.07 sec)
  1. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package repository GroupDocs.Metadata for Java - A metadata management API for Documents to create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load Text Documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata management API for documents to create, preview, analyze...

    docs.groupdocs.com/metadata/java/
  2. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...like this // The path to the documents directory. string filePath...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  3. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the Document into multiple sections. Defining sections in the Document enables the user to set specific page layout and formatting for different parts of the Document. An example of the sections is headers and footers. Headers and footers are used to display Text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...processing documents Add watermarks to word processing documents Leave...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GroupDocs.Metadata API supports extracting format-specific information...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported Document formats please refer to Supported Document Formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...keep all text information extracted from documents, and you are...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...keep all text information extracted from documents, and you are...

    docs.groupdocs.com/search/net/indexing-with-sto...
  8. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Leave feedback On this page Extracting information about all worksheet...

    docs.groupdocs.com/watermark/python-net/working...
  9. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...keep all text information extracted from documents, and you are...

    docs.groupdocs.com/search/java/indexing-with-st...
  10. Create Search Report using C#

    Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software....and the number of matched documents. These reports are particularly...in indexing and searching documents. Steps to Create Search Report...

    kb.groupdocs.com/search/net/create-search-repor...