EOCR2::GetCharsWidthRange

EOCR2::SetCharsWidthRange

Sets the range of expected character widths in pixels.

Namespace: Euresys::Open_eVision_2_11

[C++]

EIntegerRange& GetCharsWidthRange()

void SetCharsWidthRange(const EIntegerRange& range)

Remarks

The CharsWidthRange is returned by reference, changing it will affect the internal state of the EOCR2 object.

EOCR2.CharsWidthRange

Sets the range of expected character widths in pixels.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EIntegerRange CharsWidthRange

{ get; set; }

Remarks

The CharsWidthRange is returned by reference, changing it will affect the internal state of the EOCR2 object.