Closed meetgandhi123 closed 2 years ago
I have created my own Google Vision API key, while calling the ocr_detection_google function I am getting the following error.
Error:
print(response) <Response [400]>
Hi, this kind of error is usually caused by some connection failure of Google API. You can print out the response.json() out to check the detailed reason.
response.json()
I have created my own Google Vision API key, while calling the ocr_detection_google function I am getting the following error.
Error: