mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-29 18:50:20 +00:00
Merge branch 'ocr'
This commit is contained in:
commit
d9cb9eb5e2
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