Update required Leptonica version

Tesseract uses the function pixReadFromMultipageTiff since commit
245eebdf29.

That function requires Leptonica 1.74.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2017-04-22 17:37:51 +02:00
parent ed31db6907
commit c20854066f
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ before_install:
- if [[ $OSX ]]; then brew update; fi
- export LEPT_VER=1.73
- export LEPT_VER=1.74
install:
- if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi

View File

@ -44,7 +44,7 @@ set(VERSION_MAJOR 3)
set(VERSION_MINOR 05)
set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})
set(MINIMUM_LEPTONICA_VERSION 1.71)
set(MINIMUM_LEPTONICA_VERSION 1.74)
if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.cppan)
if (NOT Leptonica_DIR AND NOT MSVC)