Dear LabMaster,
Tools exist in the Vision Development Module for implementing OCR (Optical Character Recognition). Specifically, there are already two VIs provided under the Vision and Motion»Machine Vision»Instrument Readers palette. There is also an OCR palette.
To acquire the image, you will need a grayscale camera and the appropriate NI IMAQ driver. You have the choice of a variety of camera buses if you have not purchased a camera yet, and you can learn more about their various features here:
Choosing the Right Camera Bus
http://zone.ni.com/devzone/cda/tut/p/id/5386To do the comparison, you will have to figure out a way to synchronize the DAQ readings with each analyzed frame from your camera. Once you do this, it shouldn't be hard to time the loop execution to get an idea of the comparison speed, and to keep track of the failure rate in LabVIEW.
So for the Hardware: Camera, DAQ card, and whatever cabling is necessary to connect and synchronize them.
For the Software: LabVIEW with the Vision Development Module, or you could also investigate VBAI (Vision Builder for Automated Inspection), though I would recommend sticking to LabVIEW for this kind of application.
Best Regards,
~Nate