Launch native image cropper for the given image path. Returns the cropped image path.
Future<String?> cropImage(String sourcePath) { return OcrPlatform.instance.cropImage(sourcePath); }