Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Install tesseract from Apt
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 30, 2016
1 parent e6d7f02 commit 1f91bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
42 changes: 0 additions & 42 deletions bin/tesseract_install.sh

This file was deleted.

5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ dependencies:
cache_directories:
- kakadu
- leptonica
- tesseract
pre:
- npm install -g eslint
- bundle install --without development test --path vendor/staging && bundle exec rake rubocop
- bundle install --without development --deployment
post:
- sudo apt-get install libmagickwand-dev imagemagick redis-server
- sudo apt-get install libmagickwand-dev imagemagick redis-server tesseract-ocr tesseract-ocr-ita tesseract-ocr-eng
- sudo /etc/init.d/redis-server start
- sudo sh bin/ci_kakadu_install.sh
- sudo sh bin/tesseract_install.sh
- tesseract --version
- bundle exec rake server:test:
background: true
- bin/jetty_wait
Expand Down

0 comments on commit 1f91bb8

Please sign in to comment.