/receipt-ocr

A python library to perform OCR on receipts and produce json results.

Primary LanguagePythonMIT LicenseMIT

receipt-ocr

A python library to perform OCR on receipts and produce json results.

TravisCI build status

Requirements

Getting Started

Install Requirements

Clone this repository

$ git clone git@github.com:alexlapinski/receipt-ocr.git

Install dependencies (and create virtual env if needed)

$ pipenv install

Usage

TBD