Skip to content

Commit

Permalink
Update from Leptonica 1.74.1 to 1.74.2
Browse files Browse the repository at this point in the history
The newer version contains fixes for the pixUnsharpMaskingGray*
functions which are relevant for Tesseract (used in ImageData::PreScale
which calls pixScale).

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 5, 2017
1 parent 1e5522d commit 44a5e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: cpp
dist: trusty

env:
- LEPT_VER=1.74.1
- LEPT_VER=1.74.2

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ parts:
- libcairo2-dev
after: [leptonica]
leptonica:
source: http://www.leptonica.org/source/leptonica-1.74.1.tar.gz
source: http://www.leptonica.org/source/leptonica-1.74.2.tar.gz
plugin: autotools

0 comments on commit 44a5e3d

Please sign in to comment.