On Thu, Apr 4, 2013 at 4:18 AM, Damiano Rodriguez <damiano...@gmail.com>wrote:

> Hi all,
> I have a very strange problem:
>
> First of all: with visual studio 2010 and C# there was another problem
> because i was build the project for the framework 4.0
>
> I have changed it to 2.0.
>
> Everithing is OK, except when i try to Init tesseract.
> The program simply exit.
>
> *"The program '[7980] Tracking3D.vshost.exe: Managed (v2.0.50727)' has
> exited with code 1 (0x1)."*
> *
> *
> The code that i use to Init is:
>
> *ocr.Init(@"C:\Users\HomeUser\Desktop\OcrProject\tess\tessdata", "eng",
> false);*
> Tried also:
> *ocr.Init(@"C:\Users\HomeUser\Desktop\OcrProject\tess", "eng", false);*
> *
> *
> And i have checked the tessdata folder too, it have all the 9 eng. files
> (downloaded from the official website 
> here<https://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-3.02.eng.tar.gz&can=2&q=>
> ),
>
> Now, after all i have tried the example program (binary.zip) to see if it
> works (downloaded from
> http://www.pixel-technology.com/freeware/tessnet2/bin.zip)
>
> IMO you are mixing version - tessnet2 is old wrapper for tesseract 2.0x.
But you are trying to use it with the latest data from tesseract 3.02...
You need to use old version tesseract data 2.0x, or find the way how to use
the latest version of tesseract in C#.


> It have 3 folders:
> - Release32
> - Release64
> - tessdata
>
> I have runned the exe in Relase32, choosed the tessedata folder and
> clicked to OCR. But the example program EXIT TOO!!!
>
> I have tried everything, changed directory of tessdata, putted in Temp, in
> C:/ or in the same directory of exe, absolutely nothing.
>
> Please, help me.
>
> Thank you very much.
> Damiano.
>
>  --
> --
> 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.
>
>
>

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