-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working