Browse Source

Fix PHPCS Errors.

pull/897/head
Alexander O'Neill 2 years ago
parent
commit
c07d1f6540
  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