Browse Source

Fix PHPCS Errors.

pull/882/head
Alexander O'Neill 3 years ago committed by Rosie Le Faive
parent
commit
b1e4e5ca68
  1. 1
      modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

1
modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

@ -97,6 +97,7 @@ class GenerateOCRDerivativeFile extends AbstractGenerateDerivativeMediaFile {
case 'hocr':
$this->configuration['args'] = '-c tessedit_create_hocr=1 -c hocr_font_info=0';
break;
case 'plain_text':
$his->configuration['args'] = '';
break;

Loading…
Cancel
Save