Forum Discussion
- KittRegular Contributor
That is interesting, and I'm not super familiar with OCR so take my advice with a grain of salt. You could try to replace the wildcard before you verify the contents with something like:
var objText = OCRObject.GetText; Log.Message(objText); var newObjText = aqString.Replace(objText, "*", ""); Log.Message(newObjText);
...but that doesn't solve for the sorting issue, maybe look [here].
I would also recommend reviewing TestComplete's OCR tips [here] and full OCR guide [here] to see if that gets you anywhere.
Related Content
- 9 years ago
Recent Discussions
- 16 hours ago
- 16 hours ago
- 4 days ago