EText::EText

Constructs a EText.

Namespace: Euresys::Open_eVision::EasyDeepOCR

[C++]

void EText(
)

void EText(
   const EText& other
)

void EText(
   const std::vector<ETextLine>& lines
)

Parameters

other

EText to be copied.

lines

List of ETextLine of the EText.

EText.EText

Constructs a EText.

Namespace: Euresys.Open_eVision.EasyDeepOCR

[C#]

void EText(
)

void EText(
   EText other
)

void EText(
   ETextLine[] lines
)

Parameters

other

EText to be copied.

lines

List of ETextLine of the EText.

EText.__init__

Constructs a EText.

Module: open_evision.EasyDeepOCR

[Python]

__init__() -> None

__init__(
    other: EText
) -> None

__init__(
    lines: list[ETextLine]
) -> None

Parameters

other

EText to be copied.

lines

List of ETextLine of the EText.