EOCR2Text::EOCR2Text

Constructs an EOCR2Text context.

Namespace: Euresys::Open_eVision

[C++]

void EOCR2Text(
)

void EOCR2Text(
   const EOCR2Text& other
)

Parameters

other

EOCR2Text object to be copied.

Remarks

Default and copy constructors.

EOCR2Text.EOCR2Text

Constructs an EOCR2Text context.

Namespace: Euresys.Open_eVision

[C#]

void EOCR2Text(
)

void EOCR2Text(
   EOCR2Text other
)

Parameters

other

EOCR2Text object to be copied.

Remarks

Default and copy constructors.

EOCR2Text.__init__

Constructs an EOCR2Text context.

Module: open_evision

[Python]

__init__() -> None

__init__(
    other: EOCR2Text
) -> None

Parameters

other

EOCR2Text object to be copied.

Remarks

Default and copy constructors.