Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 29,205 for

search watermark

(0.04 sec)
  1. 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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/java/ocr-support/
  2. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the Search query DSL used in text queries....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/net/query-language-sp...
  3. How to Add Redaction Annotation to PDF using Java

    Acquire the essential knowledge on how to add redaction annotation to PDF using Java, and effortlessly harness APIs to enhance your capability to incorporate redaction annotation in PDF using Java....Search Product Family GroupDocs.Parser...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/annotation/java/how-to-add-red...
  4. Merge PDF files using C#

    Learn how to merge PDF files using C# programming. Streamline document management with code of how to combine PDF files in C# without installing extra software....Search Product Family GroupDocs.Parser...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/merger/net/merge-pdf-files-usi...
  5. GroupDocs.Watermark for .NET | Documentation

    A .NET API for adding Watermarks to the documents of different file formats. It provides the effective Watermarking methods that allow you to add Watermarks that are hard to be automatically removed by third-party tools....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/
  6. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-additio...
  7. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Node.js via Java you can easily Search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  8. Installation | Documentation

    Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/java/installation/
  9. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/net/custom-text-extra...
  10. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

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