I'm making a Windows Application that translate text from Italian to English. I searched on the internet how to read a text printed on an object using a webcam in C# but I couldn't find it. How can I took a frame from a vide, analaize it an grab a text to convert into a string?
I believe you're looking for something like Cloud OCR SDK
http://ocrsdk.com/documentation/quick-start/cs/
Another post with the same question here: Where can i find a free .Net (C#) library that i can use to scan and OCR documents?
Also another similar question you may find useful: How to implement and do OCR in a C# project?