summaryrefslogtreecommitdiff
path: root/roles/tesseractor/tasks/training.yml
blob: 31bf1b81351452151820c4b9ce8e3f1f04f539f8 (plain)
1
2
3
4
5
6
7
8
---
# Installs tesseract training files

# TODO: get this from somewhere more sensible
- name: Install tesseract training files
  copy: src={{ item }} dest=/usr/local/share/tesseract
  with_items:
    - /home/nick/rescribe/2018-natphil/tmp/tessdata/rescribealphav5.traineddata