This project extracts key details from invoice images such as:
- Total Value
- Number of Items
- Bill Date
- And more...
Before you can use the model, make sure you have the following installed:
- Python 3.6+
- Pip (for installing dependencies)
-
Clone the repository
Clone the repository to your local machine:git clone https://github.com/your-username/invoice-extractor.git cd invoice-extractor -
Install dependencies
Install the required Python packages using pip:pip install -r requirements.txt
-
Configure your API key
Create a.envfile in the project root directory and add your API key:API_KEY=your-api-key-here
-
Run the model
You can now run the model with your input image:python run_extractor.py --image path/to/invoice.jpg
Here's a screenshot of the model in action:

This project is licensed under the MIT License - see the LICENSE file for details.
You can replace the path for the screenshot and adjust the filenames as necessary. Also, remember to replace your-api-key-here with a placeholder for the actual key format.