Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanmayvaij/visiting_card_reader

A Visiting Card reader which can read a visiting card and extract all the details from it like name, company, address. Option for correction of the details is also provided. Built using vanilla javascript, express, tailwind
https://github.com/tanmayvaij/visiting_card_reader

card-reader-application express expressjs-api expressjs-server internship-challenge tailwindcss tesseract tesseract-ocr tesseractjs vanilla-javascript

Last synced: about 1 month ago
JSON representation

A Visiting Card reader which can read a visiting card and extract all the details from it like name, company, address. Option for correction of the details is also provided. Built using vanilla javascript, express, tailwind

Awesome Lists containing this project

README

        

# Visitiing Card Reader

### A Visiting Card reader which can read a visiting card and extract all the details from it like name, company, address. Option for correction of the details is also provided. Built using vanilla javascript, express, tailwind


## How to Start ?


### 1. Install dependencies

```sh
npm install
```

### 2. Start project using below command

```sh
npm start
```

### App will be started at http://127.0.0.1:5000