mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-22 18:14:16 +00:00
add ocrmypdf
Currently the python-pdfminer.six AUR package is broken, so this needs to be installed manually.
This commit is contained in:
parent
4e1086710e
commit
1e4247772c
1 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue