---
layout: default-layout
title: LabelRecognizerModule Class - Dynamsoft Label Recognizer Module Python Edition API Reference
description: Definition of the LabelRecognizerModule class in Dynamsoft Label Recognizer Module Python Edition.
keywords: label recognizer module, python
needAutoGenerateSidebar: true
needGenerateH3Content: true
---

# LabelRecognizerModule

The `LabelRecognizerModule` class defines general functions in the label recognizer module.

## Definition

*Module:* dlr

```python
class LabelRecognizerModule
```

## Methods

| Method                     | Description                                        |
| -------------------------- | -------------------------------------------------- |
| [get_version](#get_version)  | Returns the version of the label recognizer module. |

### get_version

Returns the version of the label recognizer module.

```python
@staticmethod
def get_version() -> str:
```

**Return Value**

Returns a string representing the version of the label recognizer module.

