The tessdata are downloaded from tesseract-ocr.

The unsafe statement does not need in Simple1.cs.

tesseract-ocr recommended 300 DPI, but you can pre-process image first
with others.

Maybe, you should check the initialization tesseract processor before
doing anything:
if (processor.Init(...))
{
   .............
}

Here the link to download assemblies only:
http://tesseractdotnet.googlecode.com/files/IPoVn_Release_x86.zip

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