GroupDocs.Watermark makes it easy to detect watermarks in different types of business documents. Add this tool to your Python project to enable watermark detection features.
- To begin, initialize the Watermarker class and load your Rtf document using a file path, file stream, or byte array. This prepares the file for watermark search.
- To narrow your search, use the SearchCriteria class. For image watermarks, provide a sample image. For text, set details like font, size, color, or other related attributes.
- Call the Search method from the Watermarker instance to start the search. It returns a list of found watermark items for you to work with.
- With the list of watermark items, you can remove or edit them as needed. For example, you might want to update their size or text.