wooly905 / Project2020

Project 2020 - What you see is what you test by computer vision
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Create post-OCR screenshots, or edit the ones you initially take #6

Closed MRayermannMSFT closed 6 years ago

MRayermannMSFT commented 6 years ago

Add the bounding boxes that the OCR results give to the screenshots sent to the OCR service. That way if a test fails, it is easy for me to see what the OCR thought it saw

ghost commented 6 years ago

If OCR result can be processed successfully, I'll put red color rectangle to address the location. It's easier for you to review the test steps.

If I can't find a target in OCR result, I'll put target value on the failed screenshot. It helps you quickly know what I am looking for.

wooly905 commented 6 years ago

When text is found, the saved image will become image

When text is not found, a message will be displayed in the middle of the image image

wooly905 commented 6 years ago

check-in v.1.1.2 branch directly.

MRayermannMSFT commented 6 years ago

Wow! Nice!

wooly905 commented 6 years ago

I just did this for "text". I forgot to do the same thing for image. I'll create a new issue to track this. Also, thanks for this feedback. It's a great feedback for troubleshooting.