aws-samples / amazon-textract-code-samples

Amazon Textract Code Samples
MIT No Attribution
406 stars 263 forks source link

[Read ME Request]: Can you please consider adding necessary packages to install? #10

Closed prameshbajra closed 3 years ago

prameshbajra commented 3 years ago

The repo seems great. No doubt on that.

What would make this greater is the list of libraries/modules that needs to be installed for the files to run smoothly.

Something like a requirements.txt would help.

schadem commented 3 years ago

Agree that having a requirements file would help, but also not all examples require all dependencies. We are moving towards a more packaging oriented example solution, check out: https://github.com/aws-samples/amazon-textract-textractor/tree/master/caller or https://github.com/aws-samples/amazon-textract-textractor/tree/master/helper for examples.