This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET.... get_result_string ()) # Log the success message with the...
This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports PDF, DOCX, XLSX, PPTX and many more....OneNote Plain Text File Error Log File Comma Separated Values File...
This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java.... log ( 'Form Field Name:' , formField...formField . getName ()); console . log ( 'Form Field Type:' , formField...
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.... log ( '\nSuccessful rename: ' + result...
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.... log ( args . getMessage ()); }, })...
Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....the matching properties and log their names and values. import...detected metadata packages and log the properties removed affected...
The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... log ( `Properties set: ${ affected...
The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages.... log ( `Properties removed: ${ affected...