AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Textract计费表解释 - 文本检测 vs 文本分析
0
【以下的问题经过翻译处理】 Amazon Textract中“Detect Document Text API”和“Analyze Document API”有什么区别,它们不是一样的吗?我知道“Analyze Document”意味着提取数据(例如表格、表单或根据我们的问题提取数据),但是“Detect Document Text API”是什么意思?这两者之间有什么区别?
【以下的回答经过翻译处理】 “Detect Document Text API”仅使用OCR技术从文档中提取文本并读取手写内容。“Analyze Document API”对文档的文本应用额外的处理,以提取表格数据、键值对,或查询文档以获得普通问题的响应(例如:“ What is the customer name?”),并将该数据(例如:“Jane Doe”)作为响应的一部分返回。