【发布时间】:2021-09-06 10:26:12
【问题描述】:
当使用 R 中 paws 包中的 textract 时,start_document_analysis 调用需要 DocumentLocation 中的 S3Object 路径。
textract$start_document_analysis(
DocumentLocation = list(
S3Object = list(Bucket = bucket, Name = file)
)
)
是否可以在没有 S3Object 的情况下使用DocumentLocation?我宁愿只提供本地 PDF 的路径。
【问题讨论】:
标签: r amazon-web-services pdf