Uses your camera to take a picture of a business card, returns interpreted text on the card, and saves the business card text in a searchable database.
- source: github.com/baumannalexj/business-card-reader
- copy and paste the
evironments.ts
tosrc/environments/environments.ts
npm install
ng serve
- go to http://localhost:4200
- login ad admin or non admin
- via nav bar, go to the dashboard
- allow the app to use your camera
- take (many) pictures of a business card
- choose the best image and click "Get Card Text"
- match the card text with appropriate qualifiers (phone, name,...)
- click "Save Card"
- any saved card is searchable by full name (e.g. patrick bateman)
- and searched for card can be edited and re-saved.