Sets the normalized crop area for auto-cropping in Photo mode. w and h should be between 0.0 and 1.0.
w
h
Future<bool?> setTargetRect(double w, double h) { return OcrPlatform.instance.setTargetRect(w, h); }