Google Text Detection API对本地和云中的同一图像给出不同的响应

I am using google text detection api, while running text detection from local machine I am getting good results while it runs through staging environment from cloud it gives bad responses, so the significant mismatch is coming in the results. Is it a GCV bug, please help me find the solution.

There could be an issue with the way you import the image or with the way you authenticated the access to the Vision API. Follow this tutorial provided by Google on Using the Vision API with Python to get the idea of how to use the Google Cloud API and test your image there to see if there is any difference.

Other than that, Mark. F is right, this question needs more explanation, so we could understand and replicate the issue.