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

Textract needs to run in the same region as the S3 bucket #24

Closed
simonw opened this issue Aug 7, 2022 · 0 comments
Closed

Textract needs to run in the same region as the S3 bucket #24

simonw opened this issue Aug 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@simonw
Copy link
Owner

simonw commented Aug 7, 2022

Got this error from s3-ocr start s3-ocr-many-pdfs --all:

botocore.errorfactory.InvalidS3ObjectException: An error occurred (InvalidS3ObjectException) when calling the StartDocumentTextDetection operation: Unable to get object metadata from S3. Check object key, region and/or access permissions.

https://stackoverflow.com/a/64511389/6083 suggests that the fix is to pass the region here:

client = boto3.client('textract', region_name='us-east-2')

Originally posted by @simonw in #21 (comment)

@simonw simonw added the bug Something isn't working label Aug 7, 2022
@simonw simonw closed this as completed in 85790f9 Aug 7, 2022
simonw added a commit that referenced this issue Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant