This project aims to develop an intelligent system that automatically extracts structured data from invoice images using Optical Character Recognition (OCR) and Machine Learning techniques. The system ...
Teera_ai/ ├── app/ │ ├── app.py # FastAPI main application entry point │ ├── invoice_feedback.db # SQLite database for feedback storage │ ├── controllers/ │ │ ├── data_extraction.py # Data extraction ...