external requirements:-
- Tesseract installation : https://tesseract-ocr.github.io/tessdoc/Installation.html
Follow the guide to install and setup tesseract on your system
- create a virtual environment:
python -m venv venv
- install dependencies
pip install -r requirements.txt
- setup Environment Variable
Enter Your API key of gemini in .env_default And Rename the file to .env
Link to ppt- https://www.canva.com/design/DAGGJaG_hbo/e2ep2Bm3rptVX6jENrqHQg/edit
Activate your environment and run the main.py file
python main.py