Giter Site home page Giter Site logo

document-scanner's Introduction

Document Scanner

Description

A web app to scan documents and save/view them as a pdf in the cloud.

Purpose

  1. Develop a cross-platform web application to store/view documents easily.
  2. Use a phone to take pictures of documents and save them to the cloud as pdf files.
  3. Use a computer/phone to view the saved documents in a user friendly manner
  4. Scan the pdf files using OCR and generate a list of tags
  5. Use the scanned data to make search querys on the documents

What I Learned

  • Creating a cross-platform SPA
    • Using Ionic to develop applications that look appropriate for the given device
      • Camera plugin to take photos from the device
    • Different functionality for desktop website vs ios website
  • Firebase
    • Firestore
      • Creating nested document collections
      • Adding/Updating/Removing documents from nested collections
      • Custom access rules to increase security and limit access
    • Storage
      • Upload/download files to/from storage buckets
      • Using the cloud storage file scheme to create nested containers for users
      • Custom storage rules to increase security and limit access
    • Functions
      • Running functions when a file is uploaded to cloud storage
      • Ensuring safe execution to negate unnecessary costs (short run-time, no infinite loops, etc...)
    • Auth
      • Creating signin/signup flow using Google Auth
      • Limiting application access to authenticated users (on both frontend and backend)
  • Google Vision OCR
    • Calling the Vision Client from a cloud function
    • Scanning a PDF file and reading its the output
      • Read/write from/to cloud storage bucket
  • Generating PDF files

Technologies Used

  • Vue
  • Ionic
    • Structural Components
    • Camera Plugin
  • Firebase
    • Firestore
    • Cloud Storage
    • Cloud Functions
    • Firebase Auth
  • Google Vision Client
    • Google Vision OCR on PDF files
  • jsPDF

document-scanner's People

Contributors

kevin-roa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.