ESample::ESample

Creates a ESample.

Namespace: Euresys::Open_eVision::EasyDeepOCR

[C++]

void ESample(
)

void ESample(
   const ESample& other
)

void ESample(
   const std::string& path
)

void ESample(
   const std::string& path,
   const std::vector<EText>& texts
)

void ESample(
   const std::string& path,
   const ERegion& region
)

void ESample(
   const std::string& path,
   const ERegion& region,
   const std::vector<EText>& texts
)

Parameters

other

Another ESample to be copied in the new ESample.

path

Path to the image.

texts

Texts of interest.

region

Region containing the texts of interest.

ESample.ESample

Creates a ESample.

Namespace: Euresys.Open_eVision.EasyDeepOCR

[C#]

void ESample(
)

void ESample(
   ESample other
)

void ESample(
   string path
)

void ESample(
   string path,
   EText[] texts
)

void ESample(
   string path,
   ERegion region
)

void ESample(
   string path,
   ERegion region,
   EText[] texts
)

Parameters

other

Another ESample to be copied in the new ESample.

path

Path to the image.

texts

Texts of interest.

region

Region containing the texts of interest.

ESample.__init__

Creates a ESample.

Module: open_evision.EasyDeepOCR

[Python]

__init__() -> None

__init__(
    other: ESample
) -> None

__init__(
    path: str
) -> None

__init__(
    path: str
    texts: list[EText]
) -> None

__init__(
    path: str
    region: ERegion
) -> None

__init__(
    path: str
    region: ERegion
    texts: list[EText]
) -> None

Parameters

other

Another ESample to be copied in the new ESample.

path

Path to the image.

texts

Texts of interest.

region

Region containing the texts of interest.