Skip to content

Commit

Permalink
Pin version 3.9 of capture2text
Browse files Browse the repository at this point in the history
More recent versions of `capture2text` stopped shipping the `tesseract` binary.
  • Loading branch information
thiagoalessio committed Apr 13, 2018
1 parent 8589bd1 commit 0c61dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: false
install:
- ps: Set-Service wuauserv -StartupType Manual
- choco install php
- choco install capture2text
- choco install capture2text --version 3.9
- choco install composer
- refreshenv
- cd %APPVEYOR_BUILD_FOLDER%
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ There are [many ways][tesseract_installation_on_windows] to install
get up and running, I recommend installing the [Capture2Text][] package with
[Chocolatey][].

choco install capture2text
choco install capture2text --version 3.9

:warning: Recent versions of [Capture2Text][] stopped shipping the `tesseract` binary.

<br/>

Expand Down

0 comments on commit 0c61dde

Please sign in to comment.