A web application that automates the extraction, processing, and management of invoice data from various file formats, including Excel, PDF, and images. The app organizes extracted data into three main sections: Invoices, Products, and Customers. It uses React for the frontend, Redux for state management, and integrates AI-powered data extraction for all file types.## Badges
Frontend: React, Redux, Axios
Backend: Node.js, Express
Data Extraction: Tesseract.js, PDF.js
Database (Optional/Future Use): MongoDB, PostgreSQL
OCR & AI Models: Tesseract.js (for image and PDF text extraction), TensorFlow.js (for AI-based data processing, optional)
vFile Formats Supported: Excel (XLSX, XLS), PDF, Image (JPEG, PNG)
Development Tools: VS Code, Git, GitHub
Testing: Jest (optional for future testing needs)
Containerization: Docker (optional for deployment)
Cloud Storage: AWS S3 (optional for file storage in future)