Search code examples
c#visual-studio-2008.net-2.0system.drawing

I have System.Drawing (v2.0) added but compiler asks for it?


I have a project (for SmartDevice) where I need to add a reference to System.Drawing (v2.0) what I have done but the compiler keeps asking for it.

Anyone has some idea how to solve this ?

enter image description here enter image description here


Solution

  • The issue is that Tesseract OCR will not currently run in Windows Mobile. Various people have tried and suggested solutions such as using the GRAPHICS_DISABLED or EMBEDDED compiler defines, but no one has reported this to be working yet.

    Due to the computational complexity of OCR and the limited resources available in the WinMo platform, there are not many solutions available, but you could try:

    1) Getting the tesseract source and applying the suggested compiled directives

    2) TextRact for android and winmo.

    3) The ABBYY Mobile OCR Engine.