Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Adding poppler-util into install (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored and seth-shaw-unlv committed Sep 19, 2019
1 parent 3f29912 commit 72601cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ crayfish_hypercube_jwt_enabled: TRUE
crayfish_hypercube_jwt_config: ../syn-settings.xml

crayfish_hypercube_fedora_base_url: "{{ crayfish_fedora_base_url }}"
crayfish_hypercube_executable: tesseract
crayfish_hypercube_tesseract_executable: tesseract
crayfish_hypercube_pdftotext_executable: pdftotext

# Milliner default config
crayfish_milliner_log_file: /var/log/islandora/milliner.log
Expand Down
5 changes: 3 additions & 2 deletions templates/Hypercube.config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

hypercube:
# path to the convert executable
executable: {{ crayfish_hypercube_executable }}
tesseract_executable: {{ crayfish_hypercube_tesseract_executable }}
pdftotext_executable: {{ crayfish_hypercube_pdftotext_executable }}

fedora_resource:
base_url: {{ crayfish_hypercube_fedora_base_url }}
Expand All @@ -22,4 +23,4 @@ syn:
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora-CLAW/Syn/blob/master/conf/syn-settings.example.xml
config: {{ crayfish_hypercube_jwt_config }}
config: {{ crayfish_hypercube_jwt_config }}
1 change: 1 addition & 0 deletions vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ __crayfish_packages:
- tesseract-ocr-spa
- tesseract-ocr-srp
- ffmpeg
- poppler-utils
__crayfish_db: mysql
1 change: 1 addition & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ __crayfish_packages:
- tesseract-langpack-spa
- tesseract-langpack-srp
- ffmpeg
- poppler-utils
__crayfish_db: mysql

0 comments on commit 72601cf

Please sign in to comment.