This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Search for Node.js / Developer Guide / Advanced...
Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation.
To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter.
You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Search for Node.js / Developer Guide / Advanced...
In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Conversion for Node.js via Java / Developer guide...
This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Viewer for Node.js / Developer Guide / Cache results...
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 for Node.js / Developer Guide / Advanced...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Search for Node.js / Getting Started / Supported...supported by GroupDocs.Search for Node.js via Java. You can use the input...
This guide demonstrates how to edit RTL documents and specify locales for Word documents when using GroupDocs.Editor for Node.js via Java API....Editor for Node.js / Developer Guide / Edit Document...using GroupDocs.Editor for Node.js via Java. This is particularly...
Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Metadata for Node.js / Developer Guide / Basic Usage...
This article explains that how to optimize index to reduce the number of segments in an index using Java....Search for Node.js / Developer Guide / Advanced...