Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 216 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 216 Bytes

Date Extraction

  • Preprocessing the receipts image using opencv(remove noise,changing dpi,etc).
  • Extracting the text using tesseract ocr algorithm.
  • Extracting the date from the text using regular expression.