Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tanmayvaij/visiting_card_reader
- Owner: tanmayvaij
- Created: 2022-12-20T09:27:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T15:46:28.000Z (8 months ago)
- Last Synced: 2024-05-20T18:53:10.116Z (8 months ago)
- Topics: card-reader-application, express, expressjs-api, expressjs-server, internship-challenge, tailwindcss, tesseract, tesseract-ocr, tesseractjs, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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