Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 631 Bytes

Invoice_recognition

Overview:

A FLask-Python REST API that helps us identify the text in invoices when uploading an image of an invoice from your device. The API identifies the Category of expense, the amount spent, the amount spent in tax and the accuracy score of the OCR technique.

Libraries used:

  • pytesseract
  • pandas
  • opencv
  • Levenshtien
  • scikit-learn
  • Flask

Deployment:

  • Deployed the Flask API using AWs EC2 instance

Further Updates:

  • To improve accuracy of ocr identification

References:

Harshini Raju