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.
- pytesseract
- pandas
- opencv
- Levenshtien
- scikit-learn
- Flask
- Deployed the Flask API using AWs EC2 instance
- To improve accuracy of ocr identification
Harshini Raju