aws-samples / aws-samples/amazon-textract-textractor
Issue with multipage PDFs on s3 without extension
Open
- Dominant language
- Jupyter Notebook
- Stars
- 493
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
Hello, first of all thanks for the awesome package.
I am currently having an issue trying to run textractor on my PDFs that are stored in s3.
The issue stems from the fact that all my files (for security, and other reasons, which I think are pretty common practice at larger enterprises) are stored as UUIDs instead of their actual filename so when `call_textract` is called, it goes through the entire process without actually hitting any of the if statements and just returns an empty dict.
Is there any way that maybe this use case could be supported?
Contributor guide
Assessment
This issue has not been assessed yet.