ESample::Load

Loads the ESample.

Namespace: Euresys::Open_eVision::EasyDeepOCR

[C++]

void Load(
   const std::string& path
)

void Load(
   ESerializer* serializer
)

Parameters

path

Path where to save the ESample.

serializer

ESample.Load

Loads the ESample.

Namespace: Euresys.Open_eVision.EasyDeepOCR

[C#]

void Load(
   string path
)

void Load(
   ESerializer serializer
)

Parameters

path

Path where to save the ESample.

serializer

ESample.Load

Loads the ESample.

Module: open_evision.EasyDeepOCR

[Python]

Load(
    path: str
) -> None

Load(
    serializer: ESerializer
) -> None

Parameters

path

Path where to save the ESample.

serializer

-