Have a look at OCRopus:
OCRopus is a [...]
document analysis and OCR system,
featuring pluggable layout analysis,
pluggable character recognition,
statistical natural language modeling,
and multi-lingual capabilities.
The OCRopus engine is based on two
research projects: a high-performance
handwriting recognizer developed in
the mid-90's and deployed by the US
Census bureau, and novel
high-performance layout analysis
methods.
OCRopus is development is sponsored by
Google and is initially intended for
high-throughput, high-volume document
conversion efforts. We expect that it
will also be an excellent OCR system
for many other applications.
(Quote from http://code.google.com/p/ocropus/)
OCRopus comes with C++ interfaces, so you would have to provide your own wrapper classes to C# though.