Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do the uploading ourselves for textract so we can avoid repeated uploads #173

Open
eric-anderson opened this issue Nov 16, 2023 · 1 comment

Comments

@eric-anderson
Copy link
Collaborator

The textract uploading support uses the default textract code which uploads the file under a guid from scratch each time. It would be better to upload the file under a content based hash so that we can avoid repeated uploads and storage of the same data.

Potentially the implementation here interacts with the way we could cache textract results in
aryn-ai/quickstart#3

@HenryL27
Copy link
Collaborator

HenryL27 commented Jun 7, 2024

can we close this now that we have caching?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants