Encontro ao Vivo 21/09/23 - AWS Textract Flashcards
wath is Text Extract?
Amazon Textract is a machine learning (ML) service that automatically extracts printed or handwritten text and data from scanned documents. This feature does more than just optical character recognition (OCR): it identifies, understands, and extracts data from forms and tables.
AWS - Text Extraction - Form Recognition
Detects information and checkboxes in forms.
AWS - Text Extraction - Table Recognition
Identifies tables and extracts the rows and columns into a usable format.
AWS - Text Extraction -Document Analysis
Can understand the layout and relationships between different parts of the text.
AWS - Text Extraction -Batch Operations
Ability to process different documents asynchronously.
what is AWS Cloud9 ?
Cloud9 IDE is an Online IDE (integrated development environment), published as open source from version 2.0, until version 3.0. It supports multiple programming languages, including C, C++, PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go.
It is written almost entirely in JavaScript, and uses Node.js on the back-end. The editor component uses Ace.
what is Boto3
Plugin/lib for Python x AWS interaction.