Forum Discussion
Hi Tanya:
Thanks for your reply, I have tried the link you provided, I added the ClrFullClassName of the grid that contains all the composite controls, but unfortunately all the child objects still didn't show up in the Object Browser. Any other places that worth a try?
Besides the approaches I have mentioned, I recently tried out this Optical Character Recognition Technology[/url], which helped me recognized most of the controls on the form, I can simulate a mouse click action by the coordinates found too, however, the accuracy was still not quite acceptable-- it still got 10% of the controls wrong (sometimes very wrong, for example, it only recognized a "H" from "Holiday Schedule" , I have disabled the font smoothing as suggested and my ORCOptions setting are like below:
OCROptions["ExactSearch"] = false;
OCROptions["RecognitionRejection"] = 0.7;
OCROptions["SearchAccuracy"] = 1;
OCROptions.ActiveRecognitionSet = 0
Any suggestion on alternatives in recognizing the texts, or on improving the accuracy of this OCR approach is welcome! :)
Thank you very much!
Regards,
Jenny