Skip to content
/ ezscan Public

A simple website app to scan documents and transform them into PDFs

License

Notifications You must be signed in to change notification settings

sfluor/ezscan

Repository files navigation

ezscan

Netlify Status

Build Status

Serve locally

Run yarn start

Tests

To run tests you can do yarn test

Format

To format the code you can do yarn lint-fix

Dev

To find icons: https://marella.me/material-design-icons/demo/svg/

Todos

  • fix height issue on mobiles
  • fix touch events
  • figure out why we can't load big images
  • auto detect borders on submitted image
  • center image in image editor
  • tune PDF parameters:
    • Portrait / Landscape
    • Tune padding
    • Compact mode (more than one image per document)
  • performances (try wasm for image processing ?)
  • compress images when saving PDF ?