aws-samples / amazon-textract-transformer-pipeline

Post-process Amazon Textract results with Hugging Face transformer models for document understanding
MIT No Attribution
88 stars 25 forks source link

Auto-deploy thumbnail generator endpoint #23

Closed athewsey closed 1 year ago

athewsey commented 1 year ago

Issue #, if available: N/A

Description of changes:

Although online extraction of standard-sized thumbnails is achieved via a SageMaker endpoint, it's more of a functional aspect of the E2E pipeline than a data science activity. This PR therefore moves the setup of the pre-processing & thumbnailing endpoint (and its container image) from the walkthrough notebooks to the CDK app, to speed up solution setup.

⚠️ BREAKING CHANGES:

Testing done:

Re-deployed solution in test environment and validated relevant sections of affected notebooks.


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