EOCR2::Save

Saves the model to disk, containing the current parameter setting used for all operations in EOCR2.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Save(
   const std::string& modelPath
)

Parameters

modelPath

A string containing the full path to the model file.

Remarks

It is advised to use a file extension that is non-standard (for instance *.ocr2)

EOCR2.Save

Saves the model to disk, containing the current parameter setting used for all operations in EOCR2.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Save(
   string modelPath
)

Parameters

modelPath

A string containing the full path to the model file.

Remarks

It is advised to use a file extension that is non-standard (for instance *.ocr2)