Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,32 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
short_description: Given a URL will bulk download pdfs from that web page
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: PDF Downloader & Zipper
|
| 3 |
+
emoji: 📥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# PDF Downloader & Zipper
|
| 13 |
+
|
| 14 |
+
This application allows you to download all PDF files from any webpage and receive them as a single zip file.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
- Enter any URL containing PDF links
|
| 18 |
+
- Automatically finds and downloads all PDFs
|
| 19 |
+
- Creates a convenient zip file for download
|
| 20 |
+
- Progress tracking during download
|
| 21 |
+
- Error handling and reporting
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
1. Paste the URL of a webpage containing PDFs
|
| 25 |
+
2. Click "Download & Zip PDFs"
|
| 26 |
+
3. Wait for processing
|
| 27 |
+
4. Download your zip file!
|
| 28 |
+
|
| 29 |
+
## Limitations
|
| 30 |
+
- Maximum file size depends on Hugging Face Space limits
|
| 31 |
+
- Very large numbers of PDFs may take time to process
|
| 32 |
+
- Some websites may block automated downloads
|