watermarkdetection static method

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

Watermark Detection Plugin

  • detecttext : Detect Text (Default: false)

Returns TransformationData.

Implementation

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