I've seen that to limit scan errors you can define a whitelist for characters.
But I couldn't find information for the bool numericMode in the ocr.Init(@"c:\temp", "fra", false);
Suppose you would only want to scan numbers: Setting the whitelist to "0123456789" would be correct to obtain best results in recognition but what does the numericMode parameter of the Init Method do? I've always seen it as false even when the whitelist was "0123456789".
Also what is the best Bitmap parameters (pixelformat) for the image to feed to tessnet.