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 ?


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.