Just found the solution, leptonica is built in a smart way, all one has to do it is configure the following
#ifndef HAVE_CONFIG_H #define HAVE_LIBJPEG 0 #define HAVE_LIBTIFF 0 #define HAVE_LIBPNG 0 #define HAVE_LIBZ 0 #define HAVE_LIBGIF 0 #define HAVE_LIBUNGIF 0 #define HAVE_LIBWEBP 0 #endif /* ~HAVE_CONFIG_H */ int the environ.h and then one does not need the IO libraries anymore. Maybe someone can make use of this info as well. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

