Пример #1
0
 private void End()
 {
     if (_ocrProcessor != null)
     {
         _ocrProcessor.End();
         _ocrProcessor = null;
     }
 }