Giter Site home page Giter Site logo

evilla092 / projectocr Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 38 KB

A simple web app that allows users to upload pdf documents, receive an analysis of the detail, and be able to print a CSV version if necessary using Amazon Textract API.

Ruby 71.90% JavaScript 2.08% CSS 1.19% HTML 9.37% Dockerfile 13.92% Shell 1.53%

projectocr's Introduction

Check Detail Reader/Analyzer

A simple web app that allows users to upload pdf documents, receive an analysis of the detail, and be able to print a CSV version if necessary using Amazon Textract API.

Pain Point

Having to manually read and type out information from financial files that come in PDF format and not being able to run an analysis on check detail until it has been processed into a CRM.

User Stories

  • As a user, I want to be able to log in/register for an account and upload PDF's.
  • As a user , I want to be able to see red flags that appear with a dues amounts after processing a pdf through the web app.
  • As a user, I want to be able to download a CSV file of the PDF i jus uploaded.
  • As a user, I want to be able to have the system prompt me if there was an issue deciding what numbers or letters to use whenever the OCR runs into issues.
  • As a user, I want to be able to see a history of red flags, possibly even a graph, from the employer I select.
  • As a user, I want to be able to select the employer I want from a drop down list that includes all the employers.
  • As a user, I want the web app to be visually appealing and not cluttered so it looks safe and simple.

Domain Model

users

  • id
  • created_at
  • updated_at
  • email
  • password
  • admin
  • full_name

employers

  • id
  • created_at
  • updated_at
  • user_id
  • rate
  • name

checks

  • id
  • created_at
  • updated_at
  • period_ending_date
  • employer_id
  • check_num
  • check_amount

members

  • id
  • created_at
  • updated_at
  • first_name
  • last_name
  • address
  • total_wages_earned
  • dues_payment
  • cope_payment
  • check_id

check_infractions

  • id
  • created_at
  • updated_at
  • detail_infraction_count
  • check_id

projectocr's People

Contributors

evilla092 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.