EOCR2::GetRelativeSpacesWidthRange

EOCR2::SetRelativeSpacesWidthRange

Sets the range of expected spaces between words as a fraction of the character width.

Namespace: Euresys::Open_eVision_2_11

[C++]

EFloatRange& GetRelativeSpacesWidthRange()

void SetRelativeSpacesWidthRange(const EFloatRange& range)

Remarks

This parameter only affects the detection when the detectionMethod is set to EOCR2DetectionMethod_FixedWidth. The RelativeSpacesWidthRange is returned by reference, changing it will affect the internal state of the EOCR2 object.

EOCR2.RelativeSpacesWidthRange

Sets the range of expected spaces between words as a fraction of the character width.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EFloatRange RelativeSpacesWidthRange

{ get; set; }

Remarks

This parameter only affects the detection when the detectionMethod is set to FixedWidth. The RelativeSpacesWidthRange is returned by reference, changing it will affect the internal state of the EOCR2 object.