Using the code from here: https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/ComputerVision/REST/python-hand-text.md
I iterate over the code to detect text in multiple local images (around 100 images); however, I get key error = "Operation-Location" after a few number of iterations varying every rerun. How do I go about fixing it?