Skip to content

sarthak0806/Invoice_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Invoice Extractor Model

This project extracts key details from invoice images such as:

  • Total Value
  • Number of Items
  • Bill Date
  • And more...

Prerequisites

Before you can use the model, make sure you have the following installed:

  • Python 3.6+
  • Pip (for installing dependencies)

Setup

  1. Clone the repository
    Clone the repository to your local machine:

    git clone https://github.com/your-username/invoice-extractor.git
    cd invoice-extractor
  2. Install dependencies
    Install the required Python packages using pip:

    pip install -r requirements.txt
  3. Configure your API key
    Create a .env file in the project root directory and add your API key:

    API_KEY=your-api-key-here
  4. Run the model
    You can now run the model with your input image:

    python run_extractor.py --image path/to/invoice.jpg

Screenshots

Here's a screenshot of the model in action: image image

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages