watermarkdetection static method

TransformationData watermarkdetection({
  1. bool? detecttext = false,
})

Watermark Detection Plugin

@param detecttext Detect text (Default: false)

@return The generated TransformationData.

Implementation

static TransformationData watermarkdetection({bool? detecttext = false}) {
  // Call the generated class method
  return WatermarkDetection().detect(detecttext);
}