aws-samples / amazon-textract-code-samples

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

Fix trp lib #34

Open samkool opened 2 years ago

samkool commented 2 years ago

Issue #, if available: The trp lib is not supported by Python 3 due to the breaking change in print. The first solution was to update to pypi's textract-trp. This caused other issues with missing functions.

Description of changes: Removing the trp library from the install was the ideal resolution as it is already covered. This has been tested and verified in a blank Jupyter Notebook from Sagemaker.

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