Skip to content

Instantly share code, notes, and snippets.

@nmolivo
Last active December 4, 2017 03:23
Show Gist options
  • Save nmolivo/41dba1ef883fe3b876d3778a7e38ef77 to your computer and use it in GitHub Desktop.
Save nmolivo/41dba1ef883fe3b876d3778a7e38ef77 to your computer and use it in GitHub Desktop.
AWS Rekognition: DetectText
fileName= 'img_00006'
bucket='bucket_name'
text_in_image = client.detect_text(Image={'S3Object':{'Bucket':bucket,'Name':fileName}})
text_in_image["TextDetections"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment