using MODI in C# to read image - numbers with a length of 1 is missing
- by keysersoze
I am about building an C#-application in which I am trying to read text from an gif-image (OCR) - I am using MODI and the images are a bit like a lotto coupon (random numbers in rows and columns). I now got the following code which read all numbers except single numbers (1, 2, 3...)
MODI.Document objModi = new MODI.Document();…