On Tue, Nov 22, 2011 at 2:09 AM, Dileep.M <[email protected]> wrote:
> I started using tesseract-ocr 2.0 .NET  Wrapper.I'm able to do OCR.
> But when I'm tring to debug I couldn't able to  Step into  the
> folowing Method.
> int result = m_myTessBaseAPIInstance->InitWithLanguage(...)
>
> Same case with DoOCR step into inner methods
>
> init_metrics();
> set_tess_tweak_vars();
> init_baseline();...
>
> Please help me. I'm a C# developer and  new to c++.

Here's what I recommend when using Leptonica from C#
http://tpgit.github.com/UnOfficialLeptDocs/vs2008/csharp-and-liblept.html
. Presumably the same sort of thing will also work with tesseract (of
course you need debug version of all the files and access to the
tesseract sources).

-- 
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

Reply via email to