Hi all,
thank you for your effort on this project, be sure it is used today for several application:
I started to use the tesseract recently. I downloaded QTesseract and try to build it on Windows.
next libs were built using msvs 2010 on tesseract msvc project that is available from google code repository + libs that was used to build tesseract msvc project:
04/27/2012 08:47 AM 5,124,542 ccmain.lib
04/27/2012 08:48 AM 3,192,960 ccstruct.lib
04/27/2012 08:47 AM 1,364,840 ccutil.lib
04/27/2012 08:48 AM 3,061,008 classify.lib
04/27/2012 08:48 AM 5,364,110 cube.lib
04/27/2012 08:48 AM 586,500 cutil.lib
04/27/2012 08:48 AM 1,671,500 dict.lib
10/21/2011 07:23 PM 221,526 giflib-static-mtdll-debug.lib
10/21/2011 07:23 PM 70,450 giflib-static-mtdll.lib
04/27/2012 08:48 AM 179,362 image.lib
10/21/2011 07:23 PM 1,583,122 libjpeg-static-mtdll-debug.lib
10/21/2011 07:23 PM 363,212 libjpeg-static-mtdll.lib
10/21/2011 07:23 PM 7,522,574 liblept-static-mtdll-debug.lib
10/21/2011 07:23 PM 2,519,300 liblept-static-mtdll.lib
10/21/2011 07:23 PM 1,672,192 liblept.dll
10/21/2011 07:23 PM 444,944 liblept.lib
10/21/2011 07:23 PM 1,672,192 liblept168.dll
10/21/2011 07:23 PM 3,326,464 liblept168d.dll
10/21/2011 07:23 PM 3,326,464 libleptd.dll
10/21/2011 07:23 PM 446,954 libleptd.lib
10/21/2011 07:23 PM 1,003,572 libpng-static-mtdll-debug.lib
10/21/2011 07:23 PM 331,028 libpng-static-mtdll.lib
04/27/2012 08:47 AM 11,906 libtesseract_tessopt.lib
04/27/2012 08:47 AM 143,476 libtesseract_training.lib
10/21/2011 07:23 PM 3,800,010 libtiff-static-mtdll-debug.lib
10/21/2011 07:23 PM 1,777,404 libtiff-static-mtdll.lib
04/27/2012 08:47 AM 896,898 neural_networks.lib
04/27/2012 08:48 AM 7,634,678 textord.lib
04/27/2012 08:48 AM 1,459,832 viewer.lib
04/27/2012 08:48 AM 2,637,262 wordrec.lib
10/21/2011 07:23 PM 199,940 zlib-static-mtdll.lib
10/21/2011 07:23 PM 452,728 zlibd-static-mtdll-debug.lib
Does anybody know what exact .dll or .lib files needed and where / how to get them to link to the tesseract in C++ on Windows ?
Thanks in advance.