Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾尝试使用分析文档来检索数据,但此功能只允许图像文件。那么如何在 PDF 文件中获取表单数据(键值对)?
您可以使用 get_document_analysis() ,这是对分析文档的异步调用。异步调用支持 PDF。
您可以参考此https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/textract.html#Textract.Client.get_document_analysis。