From b1e4e5ca6866b8f9e382780a91c3734b99abc748 Mon Sep 17 00:00:00 2001
From: Alexander O'Neill <aloneill@gmail.com>
Date: Thu, 8 Sep 2022 13:03:45 +0000
Subject: [PATCH] Fix PHPCS Errors.

---
 .../src/Plugin/Action/GenerateOCRDerivativeFile.php              | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php b/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php
index 73318e35..4ff0d93f 100644
--- a/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php
+++ b/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;