# OverlappingCharactersPath

The parameter `OverlappingCharactersPath` sets the path to the .data file containing characters features for overlapping matching.

## JSON Structure

**Location in template:**

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

**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
{
    "OverlappingCharactersPath": "D:\\YourApp\\OverlappingChars.data"
}
```

> [!NOTE]
> - This snippet shows only the `OverlappingCharactersPath` 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

| OverlappingCharactersPath 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 characters overlapping matching is not enabled. |
