textdetectionandrecognition static method

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

OCR Module

  • detectonly : Detect Only (Default: false)

Returns TransformationData.

Implementation

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