imageParametersNormalizedRectangle

val imageParametersNormalizedRectangle: RectangleDouble? = null

Parameters

imageParametersNormalizedRectangle

Rectangle of a submitted image (via the DocumentAutoCaptureController.process method) where image parameters should be calculated. The rectangle defines an area inside the image. E.g. if you post images of size 1080x1920 and you want to calculate image parameters (sharpness, brightness hotspots score...) just from the center of the image, you can use the imageParametersNormalizedRectangle as follows: RectangleDouble.of(0.05, 0.35, 0.95, 0.65). Source image is used if imageParametersNormalizedRectangle is not defined.