textdetectionandrecognition static method

TransformationData textdetectionandrecognition({
  1. bool? detectonly = false,
})

OCR Module

@param detectonly Detect only (Default: false)

@return The generated TransformationData.

Implementation

static TransformationData textdetectionandrecognition(
    {bool? detectonly = false}) {
  // Call the generated class method
  return TextDetectionandRecognition().extract(detectonly);
}