aws-samples / amazon-textract-code-samples

Amazon Textract Code Samples
MIT No Attribution
416 stars 260 forks source link

Use local files instead of S3 for most Python examples #7

Closed mludvig closed 3 years ago

mludvig commented 4 years ago

Change the Python examples to work with the local files instead of referring the "ki-textract-demo-docs" S3 bucket. This will make it easy for people do simply clone the repo and run the examples without having to worry about creating S3 buckets, uploading files, changing the locations, etc.

ElasticSearch, PDF async and S3 examples still use S3.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.