gpt4 book ai didi

python - Textract 不支持的文档异常

转载 作者:行者123 更新时间:2023-12-05 05:01:36 27 4
gpt4 key购买 nike

我正在尝试使用 boto3 运行 textract detect_document_text 请求。

我正在使用以下代码:

client = boto3.client('textract')
response = client.detect_document_text(
Document={
'Bytes': image_b64['document_b64']
}
)

其中 image_b64['document_b64'] 是我转换后使用的 base64 图像代码,例如 https://base64.guru/converter/encode/image网站。

但我收到以下错误:

UnsupportedDocumentException

我做错了什么?

最佳答案

每个文档:

If you're using an AWS SDK to call Amazon Textract, you might not need to base64-encode image bytes passed using the Bytes field.

只有在直接调用 REST API 时才需要 Base64 编码。使用 Python 或 NodeJS SDK 时,使用原生字节(二进制字节)。

关于python - Textract 不支持的文档异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62659327/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com