Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 5,909 for

editor

(0.12 sec)
  1. Launch in operating systems other than windows ...

    Limitations Because of the lack of Windows fonts in target OS (Android, macOS, Linux, etc), fonts used in documents are substituted with available fonts, this might lead to inaccurate document layout when rendering the document to PNG, JPG, and PDF. If GroupDocs.Watermark for .NET Standard is intended to be used in a Linux environment, an additional NuGet package should be referenced to make it work correctly with graphics: SkiaSharp.NativeAssets.Linux for Ubuntu (it also should work on most Debian-based Linux distributions) or Goelze....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/launch-in-oper...
  2. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/update-index/
  3. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  4. Search text in HTML documents | GroupDocs

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/search-text-in-h...
  5. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/separate-data-ext...
  6. Delete indexed documents | GroupDocs

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/delete-indexed-do...
  7. OCR support | GroupDocs

    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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Custom text extractors | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/custom-te...
  9. Delete indexed documents | GroupDocs

    GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/delete-indexed-d...
  10. Search options | GroupDocs

    This article describes the search options that can be specified in an instance of the SearchOptions class....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/search-options/