Eshan-Agarwal / Receipts-dates-extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receipts-dates-extractor

  • Expense date (also called spend date) is the exact date on which a financial transaction or operation has happened and must be recognized in the accounting system.

  • The format of expense dates vary across merchants and the country of issue. In a few cases, the expense date may not be present in the receipt.

  • In this project, built a RESTful API using Flask. This repo contain preprocess.py file used to preprocess images for better optical recognition task like convert images to DPI of (300,300) & extract_dates.py convert images of receipts to text using google vision api and then by some preprocess steps extract date from text given by vision api and stores in pandas DataFrame.

  • Finally build a RESTful API using flask - See script.py file for more API details.

  • This API takes single or multiple images of receipts, bills, tax-invoice as input and return a pandas DataFrame contain dates of input images.
  • You can give maximum of 100 images at a time.

About

License:Apache License 2.0


Languages

Language:Python 98.4%Language:C 0.5%Language:JavaScript 0.3%Language:C++ 0.3%Language:HTML 0.3%Language:CSS 0.2%Language:Fortran 0.0%Language:Shell 0.0%Language:Smarty 0.0%