json_data = {
"requests": [{
"image": {
"content": "base64 encoded image"
},
"features": [{"type": "TEXT_DETECTION"}]
}]
}
req = requests.post(
url = 'https://content-vision.googleapis.com/v1/images:annotate',
headers = {
'x-origin': 'https://explorer.apis.google.com',
},
params = {
'alt': 'json',
'key': 'AIzaSyAa8yy0GdcGPHdtD083HiGGx_S0vMPScDM',
},
json = json_data
)
print(req.json())
-
Notifications
You must be signed in to change notification settings - Fork 9
Zefoy OCR captcha solver | 99% accurate
xtekky/zefoy-captcha-solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Zefoy OCR captcha solver | 99% accurate