AlarmWorkflow.AlarmSource.Fax.FaxAlarmSource.InitializeOcrSoftware C# (CSharp) Метод

InitializeOcrSoftware() приватный Метод

private InitializeOcrSoftware ( ) : void
Результат void
        private void InitializeOcrSoftware()
        {
            AssertCustomOcrPathExist();

            /* Hard-coded to internally used tesseract.
             */
            _ocrSoftware = new TesseractOcrSoftware();
            Logger.Instance.LogFormat(LogType.Info, this, Properties.Resources.InitializeUsingOcrSoftware, _ocrSoftware.GetType().Name);
        }