Hi All,

I have used Tesnet2_32.dll. I am using it in Windows XP Visual Studio
2008. When I try to ObjTes.Init Application get's closed.

                  Bitmap objBMP = new Bitmap("E:\\Test.tif");
                    Rectangle objRect = new Rectangle(23, 55, 700,
700);
                    tessnet2.Tesseract objTes = new
tessnet2.Tesseract();
                    objTes.Init("E:\\Temp", "eng", false);

                    List<tessnet2.Word> objWord = objTes.DoOCR(objBMP,
objRect);
                    for (int intRow = 0; intRow <= objWord.Count - 1;
intRow++)
                    {
                        textBox1.Text += objWord[intRow].Text;

Can Anyone can Help Me.

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