Training Textract to Separate Text Blocks Into Separate Components with a Delimiter

0

I'm trying to use Textract to extract the product descriptions form our PDF catalogs in page order. The Textract analysis picks up the descriptions as text blocks, but how do I go about training Textract to split each product description text block into its key components, such as title, author, description, etc?

Enter image description here

已提问 1 个月前101 查看次数
1 回答
1

Hello,

To extract the key components like title, author, and description from product descriptions in your PDF catalogs, Textract currently does not have built-in capabilities for that level of customization.

Machine learning models trained on sample catalog pages could help automatically classify the text into different fields. Services like Amazon SageMaker, AWS Glue, etc can help build such models.

profile picture
Julian
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • You can develop a post-processing system that applies rules to classify text blocks based on layout patterns, or for a more sophisticated solution, train a custom machine learning model with Amazon SageMaker to recognize and categorize the text appropriately.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则