MaxImageArea

Description

This setting is useful if Interpret occasionally receives images with unusually large dimensions, such as 120 x 150 cm. Such dimensions require a lot of memory and can cause Interpret to crash. However, in such cases the original invoices are not as large as the size values imply. In order to process them in Interpret, it is necessary to resize them.

Use MaxImageArea to specify a new size. The image will be reduced until its area is less than or equal to the area of a square measuring the specified number of centimeters.

Example:  

The original image is 120 x 150 cm.

You set MaxImageArea=33. A square measuring 33 x 33 cm has an area of 1089 cm.

The image is resized to 28 x 35 cm, which has an area of 980 cm.

Note If the image is very long but has a standard width, resizing the image could affect interpretation negatively.

This setting is only used for large images. When images have a normal size, the setting has no effect.

Valid values

  • 0 (no scaling – default)
  • integer greater than 0 (see description)