/Invoice-Extractor-LLM-APP

Invoice-Extractor-LLM-APP

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

🚀 PDF Image Extractor

License Made with Python

Added PDF image extraction feature to the Streamlit app! Now users can upload PDF files, and the app extracts images from each page, displaying them seamlessly. Thanks to PyMuPDF library for smooth PDF processing!

Table of Contents

Features

✨ Extract Images: Extract images from each page of uploaded PDF files
✨ Seamless Display: Display extracted images seamlessly in the app
✨ Smooth Processing: Smooth PDF processing using PyMuPDF library

Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install dependencies.

pip install -r requirements.txt
streamlit run e:\GitHub\Invoice-Extractor-LLM-APP\app.py

Special Thanks to https://github.com/krishnaik06/Invoice-Extractor-LLM-APP