Introduction
At Atalasoft, we’re excited to unveil the newest addition to our product line, Atalasoft OCR. This suite of objects, now available, provides interfacing to OCR engines in a way that makes integration into your .NET application a snap.
In the classes provided, we offer the best of all possible worlds: a multilayered approach to exposing engine capabilities that gets up and running quickly, yet also allows you to get down to the nitty gritty details that are most important to you.
When using Atalasoft OCR engine in its most basic way, most of the work is in managing the user interface and not the OCR engine.
The following snippet of C# code demonstrates how to convert a set of image files into a single plain text file.
static void Main(string[] args)