AWS Textract - 有没有办法区分哪些单词是粗体的?

AWS Textract - Is there a way to distinguish which words are in bold?

我将 AWS 的 textract 用于文档,但它似乎无法检测文本是否为粗体。有没有我遗漏的东西,或者这不是一个功能?

粗体文本检测似乎不是 Textract 中的当前功能。

Block 对象中的 Textract API returns lines and words of text

Block 对象数据类型记录在 https://docs.aws.amazon.com/textract/latest/dg/API_Block.html 并且没有任何与字体粗细相关的属性(例如粗体)。