Re: tesseract under windows and paths

2012-05-17 Thread Levan Gelashvili
What do you think about my program SunnyPage v1.0. It uses the tesseract 3.02 alpha. You can use it for Training Tesseract. For Training is free! www.sunnypage.ge -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email

Re: tesseract under windows and paths

2012-04-29 Thread Pavel Mazniker
> Hi, > > I checked out full r724 from repository, - is it tesseract 3.02 version ( > latest ) ? > > I get when running configure in mingw+msys system terminal: next > > "checking for pixCreate in -llept... no > configure: leptonica library missing" > > that is on windows, nevertheless I

Re: tesseract under windows and paths

2012-04-29 Thread zdenko podobny
On Sun, Apr 29, 2012 at 4:10 PM, Pavel Mazniker wrote: > > Hi, >> >> I checked out full r724 from repository, - is it tesseract 3.02 version >> ( latest ) ? >> >> I get when running configure in mingw+msys system terminal: next >> >> "checking for pixCreate in -llept... no >> configure: lept

Re: tesseract under windows and paths

2012-04-29 Thread Pavel Mazniker
Hi, I checked out full r724 from repository, I get when running configure in ming+msys system terminal: next "checking for pixCreate in -llept... no configure: leptonica library missing" on windows, nevertheless I copied leptonica .dll and .lib files to Windows/System directory, Can a

Re: tesseract under windows and paths

2012-03-22 Thread Zdenko Podobný
Hi Simon, I implemented "--disable-tessdata-prefix" for configure in revision 708. Than means if you build tesseract with this option, TESSDATA_PREFIX is not set during build process to installation directory (usually /usr/share or /use/local/share on linux). I tested it in mingw+msys on Windows

Re: tesseract under windows and paths

2012-02-23 Thread simon.eigeldinger
hi zdenko, thanks. i found my problem. i had a variable from a setup program which used tesseract and it had the variable set wrong. removed it now and it works well now. now about compiling tesseract: when i specify a path to the tessdata dir during compiling can i tell it to use a relative

Re: tesseract under windows and paths

2012-02-23 Thread zdenko podobny
simon, you did get the point - if environment variable TESSDATA_PREFIX is set, than it rule over other rules (for tesseract executable)! If enviroment variable is not setup, than it check if TESSDATA_PREFIX was defined during compilation (this should be true for platform that use autotools e.g.

Re: tesseract under windows and paths

2012-02-23 Thread simon.eigeldinger
hi zdenko, here on a german windows its: C:\Programme\Tesseract-OCR\ on a english windows it would be: C:\Program files\Tesseract-OCR\ but i would recommend getting the path of the executable and going into the tessdata dir which makes it easier across windows systems and usb sticks and what

Re: tesseract under windows and paths

2012-02-22 Thread zdenko podobny
can you sent result of: echo %TESSDATA_PREFIX% Zd. On Thu, Feb 23, 2012 at 7:59 AM, wrote: > Hi all, > > i successfully compiled tesseract svn r 679 under windows using cygwin and > figured out that tesseract looks in the following directory for > .traineddata files: %programfilesdir%\tesserac

tesseract under windows and paths

2012-02-22 Thread simon.eigeldinger
Hi all, i successfully compiled tesseract svn r 679 under windows using cygwin and figured out that tesseract looks in the following directory for .traineddata files: %programfilesdir%\tesseract-ocr\tessdata. I would point that path to the working dir of the executable and then in the tessdata