mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 06:53:36 +08:00
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:
parent
ed31db6907
commit
c20854066f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user