Hello Friends,

I am trying to use OCR from tessreact...
i am facing error in below line
 proces.Init(@"C:\Program Files (x86)\Tesseract-OCR\tessdata\", _lang, 
_ocrEngineMode);   

It is failing while calling to core method in BaseApi.cpp

 if (tesseract_->init_tesseract(
            datapath, output_file_ != NULL ? output_file_->string() : NULL,
            language, oem, configs, configs_size, configs_init_only) != 0) {
      return -1;
    }
  

I am using 64 bit machine with visual studio 2008 and compilingthe code 
over X86.

please help me here...

Regards,
Vikas Mishra

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com
To unsubscribe from this group, send email to
tesseract-ocr+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to