# ConfusableCharactersPath

The parameter `ConfusableCharactersPath` sets the path to the .data file containing characters features for confusable characters telling.

## JSON Structure

**Location in template:**

```
LabelRecognizerTaskSettingOptions[i]
    └── SectionArray[j] (Section object)
        └── StageArray[k] (Stage object where Stage = "SST_RECOGNIZE_RAW_TEXT_LINES")
            └── ConfusableCharactersPath
```

**Parent object:** [RecognizeRawTextLinesStage](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/label-recognizer-task-settings/stage-recognize-raw-text-lines.md)

**Example:**

```json
{
    "ConfusableCharactersPath": "D:\\YourApp\\ConfusableChars.data"
}
```

> [!NOTE]
> - This snippet shows only the `ConfusableCharactersPath` parameter.
> - To use it, embed this parameter within a [RecognizeRawTextLinesStage](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/label-recognizer-task-settings/stage-recognize-raw-text-lines.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#minimal-valid-json)

## Parameter Details

| ConfusableCharactersPath Parameter Details |
| :----------------------------------- |
| **Type**<br>*String* |
| **Range**<br>The absolute file path or the path relative to the Dynamsoft Label Recognizer library.|
| **Default Value**<br>"" |
| **Remarks**<br>"" indicates that the confusable characters telling is not enabled. It works together with the [ConfusableCharactersCorrection](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/text-line-specification/confusable-characters-correction.md) parameter to perform confusable characters correction during the recognition process.|
