Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 639 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 639 Bytes

Welcome to Passport Extractor

This is a little demo project showing a full stack web application with Remix, Node.js using the AWS Text Extract api to extract information (like date of birth) from uploaded passport photos.

Setup:

Include a .env file with the following:

AWS_ACCESS_KEY_ID="your key id"
AWS_SECRET_ACCESS_KEY="your secret"
AWS_REGION="eu-west-2"

Development

Run the Express server with Vite dev middleware:

npm run dev

Testing

To run the tests locally:

npm run test

Deployment

Use the provided Dockerfile to deploy to Railway.app or Heroku