nsacandy / Glasshouse

An app that only allows a review if a user uploads the receipt.
0 stars 0 forks source link

Image recognition for receipts #3

Open nsacandy opened 4 years ago

nsacandy commented 4 years ago

Website should be able to view a receipt and parse out relevant data, making sure all fields are visible.

nsacandy commented 4 years ago

@whocayers , as far as the image recognition goes, we'll have to see what's out there. In "Object Oriented Programming", the companies that make the different languages will make new classes with new functionality that you can add to your project. Javascript is an "object oriented" language, but it may not have all the functionality we're looking for. We'll have to do some research.