Skip to content

Flask application with OpenCV to perform barcode detection and OMR in restaurant tickets

Notifications You must be signed in to change notification settings

vortexti/ticket-scanner-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Scanner V2

Flask Application with OpenCV to scan tickets in a local restaurant

Routes

Settings

  • /settings/read - Returns a JSON with all settings
  • /settings/write - Updates a setting in the database. Accepts a POST request with {name:string,value:number} body format

Calibration

  • /calibration/omr/feed - Returns live feed from OMR camera
  • /calibration/barcodes/feed - Returns live feed from Barcodes camera

Operations

  • /omr/scan - Perform OMR on ticket
  • /barcodes/scan - Perform barcodes scan on ticket

About

Flask application with OpenCV to perform barcode detection and OMR in restaurant tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • C 1.8%
  • C++ 0.3%
  • Cython 0.3%
  • Fortran 0.1%
  • PowerShell 0.1%
  • Other 0.1%