ETextReader::Optimize

Sets the optimal internal parameters by finding the text in the corresponding input image, for each ESample.

Namespace: Euresys::Open_eVision::EasyDeepOCR

[C++]

EOptimizationReport Optimize(
   const ESampleList& samples
)

EOptimizationReport Optimize(
   const ESampleList& samples,
   EImageType imageType
)

EOptimizationReport Optimize(
   const EOptimizationReport& optimizationReport
)

Parameters

samples

Samples to be optimized from.

imageType

Specifies the image type for loading the sample images. If not provided, the image type will be automatically determined based on the sample image files.

optimizationReport

Optimization report to be restored.

ETextReader.Optimize

Sets the optimal internal parameters by finding the text in the corresponding input image, for each ESample.

Namespace: Euresys.Open_eVision.EasyDeepOCR

[C#]

EOptimizationReport Optimize(
   ESampleList samples
)

EOptimizationReport Optimize(
   ESampleList samples,
   EImageType imageType
)

EOptimizationReport Optimize(
   EOptimizationReport optimizationReport
)

Parameters

samples

Samples to be optimized from.

imageType

Specifies the image type for loading the sample images. If not provided, the image type will be automatically determined based on the sample image files.

optimizationReport

Optimization report to be restored.

ETextReader.Optimize

Sets the optimal internal parameters by finding the text in the corresponding input image, for each ESample.

Module: open_evision.EasyDeepOCR

[Python]

Optimize(
    samples: ESampleList
) -> EOptimizationReport

Optimize(
    samples: ESampleList
    imageType: EImageType
) -> EOptimizationReport

Optimize(
    optimizationReport: EOptimizationReport
) -> EOptimizationReport

Parameters

samples

Samples to be optimized from.

imageType

Specifies the image type for loading the sample images. If not provided, the image type will be automatically determined based on the sample image files.

optimizationReport

Optimization report to be restored.