# FindUnevenModuleBarcode

Parameter `FindUnevenModuleBarcode` defines whether to find barcodes with uneven barcode modules.

## JSON Structure

**Location in template:**
```
BarcodeFormatSpecificationOptions[i]
    └── FindUnevenModuleBarcode
```

**Parent object:** [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/auxiliary/barcode-format-specification.md) object

**Example:**

```json
{
    "FindUnevenModuleBarcode": 0
}
```

> [!NOTE]
> - This snippet shows only the `FindUnevenModuleBarcode` parameter.
> - To use it, embed this parameter within a [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/auxiliary/barcode-format-specification.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#minimal-valid-json-example)

## Parameter Details

The structure of the `FindUnevenModuleBarcode` is shown as follow:

| FindUnevenModuleBarcode  Parameter Details |
| :--------------------------------- |
| **Type**<br>*int* |
| **Range**<br>[0, 1] |
| **Default Value**<br> 1|

**Remarks**

- 0: Do not find barcodes with uneven barcode modules.
- 1: Find barcodes with uneven barcode modules.
