https://github.com/das-amlan/pdf-image-extractor-v2
Streamlit-based implementation of the PDF Image Extractor
https://github.com/das-amlan/pdf-image-extractor-v2
pdf-image-extractor python streamlit
Last synced: about 2 months ago
JSON representation
Streamlit-based implementation of the PDF Image Extractor
- Host: GitHub
- URL: https://github.com/das-amlan/pdf-image-extractor-v2
- Owner: das-amlan
- Created: 2024-12-01T12:27:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T13:07:52.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:13:45.212Z (over 1 year ago)
- Topics: pdf-image-extractor, python, streamlit
- Language: Python
- Homepage: https://pdfimageextractor.streamlit.app/
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Image Extractor - Streamlit Version
This repository contains the Streamlit-based version of the **PDF Image Extractor**. It allows users to upload PDF files, extract images from them, and display the extracted images directly in the web application.
App link: [PDF Image Extractor](https://pdfimageextractor.streamlit.app/)

## Features
- **Upload PDF**: Users can upload a PDF file from their local machine.
- **Extract Images**: The app extracts images from the PDF.
- **View Images**: Extracted images are displayed in the web interface.
- **Download Images**: Users can download the extracted images.
## How to Run
Follow the steps below to run this application locally:
### 1. Clone the repository
First, clone this repository to your local machine:
```
git clone https://github.com/das-amlan/PDF-Image-Extractor-V2.git
```
### 2. Install dependencies
Navigate to the project directory and install the required dependencies:
```
cd PDF-Image-Extractor-V2
pip install -r requirements.txt
```
### 3. Run the app
Start the Streamlit app by running the following command:
```
streamlit run app.py
```
## Requirements
- Python
- Streamlit
- Pillow
- PyMuPDF
## More Information
For more details, including installation and setup for the Flask-based version of this project, please refer to the [previous repository](https://github.com/das-amlan/PDF_Image_Extractor_Web_App).