Hi everybody!

i downloaded a and implemented the necessary stuff but i got an error from 
visual studio 2008:

in Ocr.cs class on
List<tessnet2.Word> result = ocr.DoOCR(image, Rectangle.Empty);
and
ocr.DoOCR(image, Rectangle.Empty);

and in Main method on
tessocr.GetThresholdedImage(bmp, Rectangle.Empty).Save("c:\\temp\\" + 
Guid.NewGuid().ToString() + ".bmp");

i got this error:
Argument type 'SystemDrawing.Bitmap [System.Drawing, Version=3.5.0.0, 
Culture neutral, PublicKeyToken=...]' is not assignable to parameter type
'SystemDrawing.Bitmap [tessnet2_32, Version=2.0.4.0, Culture neutral, 
PublicKeyToken=...]' 

how can i fix this??
thanks a lot!!!

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