编译windows-x86版本的tesseract-ocr

This commit is contained in:
luoliangyi 2022-10-25 22:08:42 +08:00
parent 4f35e2158f
commit 8ee79828bb
6 changed files with 23 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,11 @@
prefix=D:/sane/code_app/third_party/leptonica/windows/leptonica-1.74.4/build/release
exec_prefix=${prefix}/bin
libdir=${prefix}/lib
includedir=${prefix}/include
Name: leptonica
Description: An open source C library for efficient image processing and image analysis operations
Version: 1.74.4
Libs: -L${libdir} -lleptonica-1.74.4
Libs.private:
Cflags: -I${includedir} -I${includedir}/leptonica

View File

@ -0,0 +1,12 @@
prefix=D:/sane/code_app/third_party/ocr/tesseract-ocr/windows/tesseract-4.1.1/build/release
exec_prefix=${prefix}/bin
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libtesseract
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
URL: https://github.com/tesseract-ocr/tesseract
Version: 4.1.1
Libs: -L${libdir} -ltesseract41
Libs.private:
Cflags: -I${includedir}

Binary file not shown.

Binary file not shown.