Skip to content

Instantly share code, notes, and snippets.

@AkhandMishratruth
Created July 23, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkhandMishratruth/74fb7e806a18bd7b443abe81087bcdc5 to your computer and use it in GitHub Desktop.
Save AkhandMishratruth/74fb7e806a18bd7b443abe81087bcdc5 to your computer and use it in GitHub Desktop.
import requests
response = requests.post(ocr_url, headers=headers, params=params, json=data)
response.raise_for_status()
analysis = response.json()
print analysis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment