Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

588 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartSpaceA Document Analyzer

Overview

This project contains the code and tests for AWS Lambda functions that process PDF flight schedules.

Lambda Functions

  1. Start-PDF-Textract-Job
  2. Textract-to-Tables
  3. Process-72HR-Flights
  4. Store-Flights

All information related to the lambda functions in the processing chain can be found in their respective pages. The list above is ordered based on execution order.

Building

  1. ZIP Archive Method
  2. Docker Container Image

Only the Textract-to-Tables function uses the Docker image deployment method.

Testing

Information on function specific testing can be found in each of the lambda function wiki pages. Information on running the whole lambda chain in testing mode for things like end to end testing can be found here.

About

Lambda function that is triggered when new PDFs are added to the current/ folder in the s3 bucket and then passes these PDFs to AWS Textract to extract flight tables.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages