Project Description:
Requirements
iPhone Application that does the following
- Accesses the Camera
- Takes photos of data, specifically receipts
- OCR the photo using Tessaract SDK https://sites.google.com/site/olipion/cross-compilation/tesseract-ocr
- Return JSON formatted data in a table layout view, line by line.
- Specifically locate the address and the total amount paid on the receipt
- Store the data in the app and associate it the data with each photographed receipt.
These are the high level requirements.
-Mike