With GroupDocs.Watermark, identifying embedded watermarks in your business documents is simplified. Bring its capabilities into your Python workflows for seamless detection.
- Begin by loading the Excel document into an instance of the Watermarker class. Accepts input as a path, stream, or byte array.
- Narrow your search using the SearchCriteria object. To find image-based marks, use a sample image. For textual ones, specify characteristics such as content, style, or color.
- Invoke the Search method from the Watermarker object to extract watermark data. A collection of watermark instances will be returned for inspection.
- After retrieval, you can manage the results: remove undesired marks, or update details such as dimensions or message content.