From a533ef76c62f5ab0a4f09eba0b65efe99b1f0dc2 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Mon, 15 Apr 2019 10:40:08 +0200
Subject: [PATCH] Update
---
ocr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ocr b/ocr
index 81faf7d..88fabc7 100755
--- a/ocr
+++ b/ocr
@@ -176,7 +176,7 @@ class OCRWorkflow(WorkflowRunner):
' Tesseract runs fastest with four cores. So we run it with either four
' or, if there are less then four cores available for this workflow, the
' available core number. The deu_frak language model only supports
- ' single core processing, so we use use only one core for this language.
+ ' single core processing, so we use use only one core for this.
'''
ocr_job_nCores = 1 if self.lang == "deu_frak" else min(4, self.nCores)
for job in self.jobs: