05-13-2013 08:11 AM
Hello everyone
I am doing my project i OCR to recognise characters from images or handwritten documents.but I dont know which algorithm OCR session is using to train characters????
I am unable to give answers to my teachers about OCR...
Please help
09-09-2013 10:48 AM
OCR, as it exists in LabVIEW, is not made to handle handwritten text, unless that text is very regular.
Essentially, OCR is using geometric matching to give a confidence value to each pixle blob it detects. If the confidence value for a blob being A is 90%, and V 10%, the array will return an A. That simple.