diff options
author | Nick White <git@njw.name> | 2019-09-02 15:00:18 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-09-02 15:00:18 +0100 |
commit | 40c95ffb3dd4b24253ae6687553d9120b65b1793 (patch) | |
tree | 7e0939382cb13cf8ae5a1475fb1a755e6a7c9729 /roles | |
parent | 70f690947215f1870b19b5daf5f356340306be7b (diff) |
Correct training install location
Diffstat (limited to 'roles')
-rw-r--r-- | roles/tesseractor/tasks/training.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tesseractor/tasks/training.yml b/roles/tesseractor/tasks/training.yml index 31bf1b8..2393ae5 100644 --- a/roles/tesseractor/tasks/training.yml +++ b/roles/tesseractor/tasks/training.yml @@ -3,6 +3,6 @@ # TODO: get this from somewhere more sensible - name: Install tesseract training files - copy: src={{ item }} dest=/usr/local/share/tesseract + copy: src={{ item }} dest=/usr/local/share/tesseract-ocr/tessdata/ with_items: - /home/nick/rescribe/2018-natphil/tmp/tessdata/rescribealphav5.traineddata |