processOCR method

Future<String?> processOCR({
  1. String path = "",
})

Implementation

Future<String?> processOCR( {String path = ""}) {
  return cameraKitView.viewState.controller!.processOCR(path);
}