Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| BackgroundColor | int | Specifies the color which must replace the removed color objects. <Note> The int value is calculated from the RGB triplet using the formula: ( red value ) + (256 x green value ) + (65536 x blue value ), where red value is the first triplet component, green value is the second triplet component, blue value is the third triplet component. For example, the int value of the color white equals 16777215. </Note> The default value of this property is -1, which means that the color will be selected automatically. |
| ColorHues | IntsCollection | Specifies the collection of the hues of the objects which must be filtered, in HSL representation. The number which specifies a hue must be in range from 0 to 255. The value 0 corresponds to red color, 43 — to yellow, 85 — to green, 171 — to blue, 213 — to purple. By default, the collection is empty, which means that all color objects will be filtered out and only the gray image passed for processing. |
| RestoreColorObjectsAfterProcessing | VARIANT\_BOOL | Specifies if, after processing is complete, the color objects must be put back on the image again. Use this property set to TRUE when you need to receive both good quality recognized text and the color image with all stamps, signatures etc. in place. This can be useful, for example, when exporting to image-on-text PDF. The default value of this property is TRUE. |
Related objects
Object Diagram
