Checked with permute.cpp Noticed that the same variables noted by agree with the original permute.cpp. 2. Without log message it is difficult to know reason why it happens. According yours output of log message redirected to stderr. How to find stderr. 3. Whether remaining six exefiles have to be forwarded for your analysis. 4. Further guidance is requested. At present tesseract.exe generated in new version does not work. I also tested with old tesseract.exe - it works fine. So there is no problem with XPwith sp3 as well as Vc++studio8. With regards, -sriranga(76yrsold)
On Fri, Jun 5, 2009 at 2:05 AM, Ray Smith <[email protected]> wrote: > Not sure about the memory leak. It is fixed in 3.00 though. > What's on line 45-59 of your permute.cpp? I see this: > /*---------------------------------------------------------------------- > V a r i a b l e s > ----------------------------------------------------------------------*/ > // TODO(tkielbus) Choose a value for the MAX_NUM_EDGES constant > // (or make it dynamic) > #define MAX_NUM_EDGES 2000000 > #define MAX_DOC_EDGES 250000 > #define RESERVED_DOC_EDGES 10000 > #define MAX_USER_EDGES 50000 > #define USER_RESERVED_EDGES 2000 > /* Weights for adjustment */ > #define NON_WERD 1.25 > #define GARBAGE_STRING 1.5 > #define MAX_PERM_LENGTH 128 > > > which makes the errors in your buildlog all the more remarkable. > > Ray. > > Ray. > > One of the "improvements" is that it outputs to stderr instead of a log > file, but that is always a risky business in windows - being the reason it > wrote to a log file in the first place. Many people have complained that it > used to do nothing if you just run it. Now it outputs a usage message to > stderr. > > > On Thu, Jun 4, 2009 at 10:35 AM, 74yrs old <[email protected]>wrote: > >> tesseract.exe also attached for perusal. >> >> >> On Thu, Jun 4, 2009 at 11:00 PM, 74yrs old <[email protected]>wrote: >> >>> Re-compiled two times - generated exe files(7) - when tested in >>> commandprompt/Freeocr(gui)- no log file generated and output is also blank. >>> I tested with eurotif but failed whereas phototest sometime work sometime >>> output blank. BuildLog,htm of folder tesseract.debug and tesseract.release >>> are also attached. >>> >>> >>> On Thu, Jun 4, 2009 at 9:28 PM, Jesse <[email protected]>wrote: >>> >>>> >>>> I don't suppose the Memory leak was fixed in this one? >>>> >>>> Or I suppose I could try it myself. >>>> >>>> On Jun 3, 12:51 pm, Ray <[email protected]> wrote: >>>> > The current (v250) svn code is a 2.04 release candidate. >>>> > If you are able to download from svn, and have reported an issue on >>>> > the list below, then please take a look and give it a try. >>>> > This version will be uploaded to the download page soon unless I hear >>>> > of any further problems. >>>> > NOTE that VC++ express 2005 is deprecated and no longer supported. Get >>>> > vc++ express 2008 instead. >>>> > >>>> > After 2.04, there will be no going back: >>>> > This is that *last* version to build with VC++6! V3.00 has some new >>>> > template code that VC++6 just can't cope with. >>>> > V3.00 will have big changes to TessBaseAPI, moving towards (but not >>>> > complete) thread safety. >>>> > V3.00 will have page layout analysis that will not work well without >>>> > leptonica. As a consequence, 3.00 by default will require leptonica to >>>> > build on windows. It may be possible to disable it, but the resulting >>>> > code will have reduced functionality. >>>> > Completion of 2.04 will open the door to an upload of a preliminary >>>> > version of 3.00 to svn... >>>> > >>>> > Here are the 2.04 release notes: >>>> > Tesseract release notes June 2 2009 - V2.04 >>>> > Integrated patches for portability and to remove some of the >>>> > "access" macros. >>>> > Removed dependence on lua from the viewer making it a *lot* >>>> > faster. Also the viewer now compiles and works (on Linux.) Also works >>>> > on windows via a pre-built ScrollView.jar. >>>> > Fixed the following issues: >>>> > 1, 63, 67, 71, 76, 79, 81, 82, 84, 106, 108, 111, 112, 128, 129, 130, >>>> > 133, 135, >>>> > 142, 143, 145, 146, 147, 153, 154, 160, 165, 169, 170, 175, 177, 187, >>>> > 192, >>>> > 195, 199, 201, 205, 209. >>>> > This is the last version to support VC++6! >>>> > This may also be the last version to compile without leptonica! >>>> >>>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

