GeekArticles
Microsoft
C#Scan an Image, Clean It, OCR It and Save It
Author: codeproject.com |
Published: 8th May 2008 |
Visited: 178 times |
Add CommentFiled in: CSharpCreate an application that allows the user to choose a scanner, adjust the scanner?s settings to produce images optimal for OCR, scan from the device, OCR the documents, and save recognized text out to disk as a searchable PDF.
Read Article Sponsored Links
Related Articles
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...