Merge branch 'ocr'

This commit is contained in:
Pig Monkey 2019-05-05 19:00:22 -07:00
commit d9cb9eb5e2

View file

@ -66,3 +66,22 @@
state: present
tags:
- pdfgrep
- name: Install OCRmyPDF and dependencies
aur:
name:
- python-pdfminer.six
- python-pikepdf
- python-ruffus
- ocrmypdf
user: "{{ user.name }}"
tags:
- ocrmypdf
- aur
- name: Install tesseract-data-eng
pacman:
name: tesseract-data-eng
state: present
tags:
- ocrmypdf