From the course: Automating Document Processing with AI in AWS
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Deep dive into document processing with Amazon Textract - Amazon Web Services (AWS) Tutorial
From the course: Automating Document Processing with AI in AWS
Deep dive into document processing with Amazon Textract
- [Instructor] Having explored the essentials of Amazon Textract in our introductory lesson, it's time to roll up our sleeves and dig deeper. We're now focusing on Textract's practical side, specifically how to harness its API for automation and navigate its capabilities through the AWS Management Console. Let's break this down into two key areas, fully utilizing the Textract API and go through the Console to see it in action. First, the Textract API. The Textract API is your key to embedding document processing into your applications. It's flexible, robust, and designed to handle everything from simple text extraction to complex custom queries. We can use the Boto3 client and configure our AWS credentials rather than hard-coding. Our keys and the Textract API also offers a variety of operations and supports different document types. The document types that Textract supports are JPEG, PNG, PDF, and TIFF. The official documentation to all the actions available within the Textract API…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.