Skip to content

yashkim77/Date_extractor_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.