EnableEngineLogsOCR_A

Enables OCR_A Engine logging.

Member of namespace

ocr_a

Syntax

bool EnableEngineLogsOCR_A ()

Parameters

None.

Returns

True, if logging is successfully enabled. Otherwise, False.

Level

Any level.

Details

This action enables OCR_A Engine logging. The log file is created in the batch folder with the name engine.log.
Example:
RecognizePageOCR_A()
EnableEngineLogsOCR_A()

This sequence creates a log file in the batch folder with the name engine.log.