mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Another try 3 for OSS-Fuzz
This commit is contained in:
parent
629944a333
commit
ee91ec2da7
@ -18,7 +18,7 @@
|
|||||||
cd $SRC/leptonica
|
cd $SRC/leptonica
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
./configure --disable-shared --without-giflib --without-jpeg --without-libopenjpeg --without-libpng --without-libtiff --without-libwebp --without-libwebpmux
|
./configure --disable-shared --without-giflib --without-jpeg --without-libopenjpeg --without-libpng --without-libwebp --without-libwebpmux
|
||||||
make SUBDIRS=src install -j$(nproc)
|
make SUBDIRS=src install -j$(nproc)
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|
||||||
@ -27,7 +27,8 @@ cd $SRC/tesseract
|
|||||||
CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG" ./configure --disable-graphics --disable-shared
|
CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG" ./configure --disable-graphics --disable-shared
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
cp -R $SRC/tessdata $OUT
|
mkdir $OUT/tessdata
|
||||||
|
curl -L -o $OUT/tessdata/eng.traineddata https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
|
||||||
|
|
||||||
LEPTONICA_LIBS=$(pkg-config --static --libs lept)
|
LEPTONICA_LIBS=$(pkg-config --static --libs lept)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user