Code Monkey home page Code Monkey logo

vc-ocr's Introduction

Virtual Control Assessment Project

Getting Started

Clone repository

git clone https://github.com/baymaxdev/vc-ocr.git

Prerequisites

What things you need to install the software and how to install them

node > 12.17 (LTS version is preferred)
npm > 6.14.4
XCode > 11.3

Installing

  • Installing dependencies
npm install
  • Installing pods (for iOS)
sudo gem install cocoapods
npx pod-install

If you run into a version compatibility problem during pod install, please try below inside ./ios.

pod repo update
  • Running app on simulators
npm run ios
npm run android

User Stories

  1. As a user, I want to easily add an image to the mobile app by capturing a new photo through the app or selecting the photo from the device gallery.
  2. As a user, I want to view all photos added to the app, in descending order by time uploaded/updated. (think: “Photos” view in Google Photos or Apple Photos)
  3. As a user, I should be able to click on a photo to view it in full, and see the extracted text strings listed (by string/word, not by character - eg. ‘Hello’, ‘world’ NOT ‘H’, ‘e’, ‘l’, ‘l’, ‘o’, etc), as well as the corresponding bounding box of each text string displayed on the image itself. Note: make sure to consider readability/usability here given close proximity of multiple text strings.
  4. As a user, I should be able to select a single text string/bounding box, and have the option to manually edit the text.
  5. As a user, if I’ve manually edited a text string, I should be able to view the original text (display could be toggled, like a tooltip or collapsable section).
  6. As a user, if the text string was manually edited or manually added, I should be able to visually differentiate it from the OCR auto-extracted text strings (differentiated using color or some other visual indicator).
  7. BONUS: As a user, if the automatic OCR missed a text string, I should be able to add a new bounding box to the image and manually input the text string.
  8. BONUS: I should be able to remove/delete images from the app, ideally multiple at a time.

Used Techs

Answers to the questions

  • What is the process to deploy/release the mobile app to the Google Play or Apple Store?

  • How would you manage back-end synchronization/versioning in response to Android or iOS updates?

    I've implemented redux with redux-thunk middleware which is good structure for backend API integration.

    I can add new redux actions and reducers for new functionalities.

vc-ocr's People

Contributors

ronaldan avatar

Watchers

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