code_app/third_party/ocr/tesseract-ocr/windows/lib/x86/pkgconfig/tesseract.pc

13 lines
425 B
PkgConfig

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}