Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 32,082 for

search

(0.23 sec)
  1. Remove Watermark from PDF Documents in Java | W...

    Delete or remove watermarks from PDF and other documents in Java. An overview for Java developers to create a watermark removing applications....watermarks as a collection using search. Traverse the whole collection...watermarking API allows to search and remove hyperlinks from...

    blog.groupdocs.com/watermark/remove-watermark-f...
  2. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  3. Remove Watermark from PDF Documents using C# | ...

    Delete or remove watermarks from PDF and other documents using C#. An overview of .NET API for C# developers to create a watermark remover application....watermarks as a collection using search. Traverse the whole collection...using C# # Using API you can search and remove the watermarks on...

    blog.groupdocs.com/watermark/remove-watermark-f...
  4. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  5. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the Search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  6. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of Search queries in text form....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/using-aliases/
  7. OCR support | Documentation

    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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Search Product Solution GroupDocs...reader . ReadToEnd ()); } } } Search Old coding style // Create...

    docs.groupdocs.com/parser/net/migration-notes/
  9. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/homophone...
  10. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/logging/