/tillslip-recognition

A small proof of concept image recognition implementation using Google vision API to determine the total price on a till slip

Primary LanguageJavaScriptMIT LicenseMIT

Tillslip recognition with React Native and Expo

A Google Vision implementation to read tillslips and determine what the total price is

Caveats

This solution only works for South African tillslip formats in Rand.

It is by no means a 100% complete solution, there are many types of tillslips that have not been tested for

Installation

This project requires expo to run. You can get it here.

Starting the project

npm run start

or if you're using yarn

yarn start