Looking for help with "reading" Analog Clock

I need someone to help me with decoding an image of an analog clock and truing it into a digital reading.

you can achieve that by performing OCR on the digits pointed at by the two clock hands. This will need the hands of the clock in the image of the analog clock to have deep contrast from the rest of the image, this will enable the code to generate a binary version of the image then you extract the section of the image pointed at by either of the two hands and then you perform OCR on the extracted image using TESSERACT OCR to get the digit literal. I can start right away if you have some sample images. The library I will use is Emgu CV, the programming language is C#