I had the similar problem, though my error message was different from
YongWoo's. After reading Luca et al.'s messages in below link (Thank
you, Vincent), I tried Luca's solution, and it worked just alright!
As Luca said:
"The problem is caused by the following code in wordrec/msmenus.cpp:
void init_ms_debug() {
static int first_time = 1;
if (first_time) {
first_time = 0;
This causes that init_permute() , that allocs EDGE_ARRAY dawg doesn't
get called the second time calling the av. As I remark //first_time =
0; everything works great."
Thank you Luca for posting this!
Cheers,
Wenjing
>
http://groups.google.com/group/tesseract-ocr/browse_thread/thread/342...