CMPUT301F23T15 / Kit

CMPUT 301 App Design Project
MIT License
1 stars 2 forks source link

US 05.02.01 - Scan to Get Info #66

Open bertina3107 opened 10 months ago

bertina3107 commented 10 months ago

User Stories

US 05.02.01 - As an owner, I want help to specify the description for an item by automatically identifying the product barcode from an image taken by the camera and using associated product information.

Expected Outcomes

A user can scan a barcode for a product, and after the app identifies the serial number (or information disclosed on barcode) it will parse a database online and populate the given fields.

Questions and Thoughts

How do we parse the information online and find product information? Use AndroidML to parse the barcode?