In this article you will learn how to run the sample Microsoft OCR Application.
To support Optical Character Recognition (OCR), Microsoft has developed the Microsoft OCR Library. This library helps developers to extract text from images (containing printed text) after taking it as input. A good read would be an article on achieving OCR in Windows Store Apps using Bing OCR Control (Getting Started With Optical Character Recognition (OCR) in Windows Store Apps). WindowsPreview.Media.Ocr is the library responsible for providing the optical character recognition feature in your Windows Phone 8.1 and Windows 8.1 applications. Learn more about the WindowsPreview.Media.Ocr namespace from the webpage: WindowsPreview.Media.Ocr namespace . You can also use this library by installing it using the NuGet Package Manager. The following is the procedure for getting started with the library.
Printing in C# Made Easy