Browse Source

already the system.file config

d9_islandora
ezoller 4 years ago
parent
commit
843fda996a
  1. 2
      modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

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

@ -27,7 +27,7 @@ class GenerateOCRDerivativeFile extends AbstractGenerateDerivativeMediaFile {
$config['mimetype'] = 'application/xml';
$config['queue'] = 'islandora-connector-ocr';
$config['destination_media_type'] = 'file';
$config['scheme'] = $this->config('system.file')->get('default_scheme');
$config['scheme'] = $this->config->get('default_scheme');
$config['destination_text_field_name'] = '';
return $config;
}

Loading…
Cancel
Save