Skip to content

Python Script for reading receipts using OpenCV and Tesseract

Notifications You must be signed in to change notification settings

agtt/receipt-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Receipt Reader

Receipt reader and information extracter project using OpenCV and tesseract. For now the script extracts date, amount, receipt number and name of the place from the receipt and returns a JSON.

Example Run:

python receiptReader.py [-i|-image] image_path 

Feature to be added:

  • Fix turkish character problem.
  • Improve accuracy of OCR.
  • Cleaning up extracted data.
  • Export parsed data to csv.
  • Processing multiple images in one run.
  • Create a Restful API of this script (using Flask or Django) that will return JSON or directly Excel Spreadsheet.
  • Build mobile app (iOS and Android).

About

Python Script for reading receipts using OpenCV and Tesseract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%