bluenevus commited on
Commit
4e9a18b
·
verified ·
1 Parent(s): 7b76ebe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -1,14 +1,32 @@
1
  ---
2
- title: Bulk PDF Download
3
- emoji: 📉
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.49.1
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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