You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
We're compiling Tesseract using Visual Studio 2010, statically linking in Tesseract. We're seeing numerous memory leaks from the Tesseract code, and that's from simply calling init(no recognition, nothing else). There seems to be many objects of type Dawg allocated but never deallocated. Is this a known problem with the Tesseract codebase or are we perhaps doing something wrong? We see the memory leaks whether we call end() or not. We've noticed that many developers seem to prefer using Tesseract via command line rather than integrated into their codebase. Perhaps the memory leaks are a big driver for using Tesseract in this manner? Is the Tesseract codebase known to be riddled with memory leaks? Note that we've pulled down the latest code/V3.04.