I have One jpeg file... How can i read the character from image.... Please any body help me.......
advance Thanks,
Thanks & Regards,
S.Sajan
Common Language Runtime
Could you define more clearly what your usage scenario is I am having trouble determining what you mean. Do you have an image type on the server and you just want the nth 'character' in the linear byte stream representation of the image Please clarify your goal and how it relates to SQL Server Data Access.
Thank you,
John (MSFT)
which version of sql server is this what is the datatype of this column
Madhu
Hi Sajan,
1. To read characters from an image you need to do an OCR (optical character Recognition) .There is no in-built function in C#.NET for OCR, but you can use Microsoft Office Document Imaging Library (MODI), which is contained in the Office 2003 package .It can be easily integrated into your application.
http://www.codeproject.com/office/modi.asp
2. Else, I think you can read through this article to know how you can apply this concept in reading the characters mentioned in an image,
http://www.devasp.net/net/articles/display/654.html
This article is about how you can verify image characters while registering a user to your web site.
This is same as when you make a new account on a mail server like yahoo or hotmail, while you are entering your information you are asked to enter the characters shown in the image. Note that these characters are generated randomly.
Good luck!