The Example in this article demonstrates that how to update metadata properties using a combination of criteria... GitHub examples You may easily run the code above and...
To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails.
Here are the steps to extract a text from an email:
Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....resources GitHub examples You may easily run the code above and...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine... GitHub examples You may easily run the code above and...
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.... GitHub examples You may easily run the code above and...
To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....resources GitHub examples You may easily run the code above and...
This article demonstrates that how indexing reports can be retrieved from the index using search API...resources GitHub examples You may easily run the code from documentation...
This article explains how to separately extract data from documents and add the extracted data to the index....resources GitHub examples You may easily run the code from documentation...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...