Sajan

Hi ,
I have One jpeg file... How can i read the character from image.... Please any body help me.......
advance Thanks,
Thanks & Regards,
S.Sajan



Re: Common Language Runtime How to Read the Character From image

Sajan

Hi,
I have One Image File......I that image File have some character and number...How can i read the character and number from the Image File..
Advance Thanks,
Thanks & Regards,
S.Sajan




Re: Common Language Runtime How to Read the Character From image

John Gordon

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)






Re: Common Language Runtime How to Read the Character From image

Madhu K Nair

which version of sql server is this what is the datatype of this column

Madhu






Re: Common Language Runtime How to Read the Character From image

Martin Xie - MSFT

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!






Re: Common Language Runtime How to Read the Character From image

Martin Xie - MSFT

Merging your two threads which have the same topic, so all information about this problem will be in the same location.