The following are links to step-by-step instructions on how to use the Amazon Textract activities. These guides help you create a working sample of the different activities so that you can verify the connection to your AWS resources and get familiar with the input/output datatypes.
Outputs the results of the analysis depending on the type of data found (If).
If the file includes form data (FormField[]), the PageDetail.FormFields.Items().Key and PageDetail.FormFields.Items().Value values are written to the output window (For Each and Write Line).
If the file includes table data (DataTable), the PageDetail.Tables values are written to the output window (Output Data Table and Write Line).