Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone,

i have a final year research project base on image processing text recogintion and i have little idea about it.so any one can send c# .net web base applicatin project it will help for me.plz help me.......
Posted
Comments
lukeer 8-Nov-12 3:00am    
So, you want to create an Optical Character Recognition software? You can use the Tesseract[^] library.
Or do you need to create an OCR engine on your own? Then this will most likely lead you to machine learning and pattern matching.

1 solution

First of all you should know that nobody here will provide you a complete solution to your problem.

Since you said for yourself that you are working on a research project you will have to do some research first. There are many ways to do research the most common these days using search engines like google. To find scientific papers you can use google scholar for example.

Some topics or keywords which should help you find informations are: pattern recognition, machine learning, OCR, text recognition, image processing

Here is only one example for a scientific paper found with these keywords but of course there are many other freely available resources out there and also lots of good books regarding your topic.

http://deeplearningworkshopnips2010.files.wordpress.com/2010/11/nips2010_cameraready.pdf[^]

You can also search for course notes/slides or master, bachelor and phd thesis which are available for free pretty often.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900