below you can find the dissembly code i am having: Address: tessnet2::Tesseract::Tesseract() --- z:\dev\interne\cs\tesseract-ocr-svn\dotnet\tessnet2.cpp -------------------- 00000000 push ebp 00000001 mov ebp,esp 00000003 push eax 00000004 mov dword ptr [ebp-4],ecx 00000007 cmp dword ptr ds:[00EB28D8h],0 0000000e je 00000015 00000010 call 7532F491 00000015 mov ecx,dword ptr [ebp-4] 00000018 call 745485F0 0000001d mov eax,dword ptr [ebp-4] 00000020 xor edx,edx 00000022 mov dword ptr [eax+14h],edx 00000025 mov eax,dword ptr [ebp-4] 00000028 xor edx,edx 0000002a mov dword ptr [eax+1Ch],edx 0000002d nop 0000002e mov esp,ebp 00000030 pop ebp 00000031 ret
On Mar 19, 3:28 pm, mouthpiec <[email protected]> wrote: > Hi again, > > I think that the problem is not with the input image, but with a > missing reference somewhere .... > > If anyone has an idea please let me know since I am stuck :( > > using tessnet2; and the reference to the dll are included in the > project > > thanks > > On Mar 18, 10:46 pm, mouthpiec <[email protected]> wrote: > > > > > Hi, > > > Finally I managed to make this working ..... it was quite easy! :o) > > > Now I am try to implement tessnet2 into my application, where I am > > feeding a character at a time into tessnet. > > The problem is that at line "tessnet2.Tesseract tessocr = new > > tessnet2.Tesseract();" the program stops executing with the error > > "There is no source code available for the current location." > > > On the other hand, when I feed the image into the tessnet2 demo it do > > not crash ..... although OCR result is not OK. (When cropping > > characters from the test images provided with tessnet and feed it into > > the demo application, OCR is correct. -- 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.

