dilationSize property

int dilationSize
final

Size of the dilation kernel used in preprocessing.

Controls how much nearby pixels are merged together. Larger values help connect broken characters but may merge unrelated elements. Default: 22

Implementation

final int dilationSize;