# ImageProcessingModule

The `ImageProcessingModule` class defines general functions in the image processing module.

## Definition

*Package:* com.dynamsoft.dip

```java
public final class ImageProcessingModule
```

## Methods

| Method                     | Description                                        |
| -------------------------- | -------------------------------------------------- |
| [`getVersion`](#getversion)  | Returns the version of the image processing module. |

### getVersion

Returns the version of the image processing module.

```java
static String getVersion()
```

**Return Value**

Returns a string representing the version of the image processing module.
