import boto3 import time def startJob(s3BucketName, objectName): response = None client = boto3.client('textract') response ...
確定! 回上一頁