blob: 2393ae5f0e65b5e3d93f7f74fa85095df05b70ad (
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-ocr/tessdata/
with_items:
- /home/nick/rescribe/2018-natphil/tmp/tessdata/rescribealphav5.traineddata
|