scanImage method

Future<Map<String, dynamic>> scanImage({
  1. required String imagePath,
  2. required double threshold,
})

Implementation

Future<Map<String, dynamic>> scanImage({
  required String imagePath,
  required double threshold,
}) {
  throw UnimplementedError('scanImage() has not been implemented.');
}