Commit ·
159e7a0
1
Parent(s): 0ce6dd2
Add HuggingFace Space config README
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PDF Tools
|
| 3 |
+
emoji: 📄
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# PDF Tools
|
| 11 |
+
|
| 12 |
+
A web app for PDF and image processing:
|
| 13 |
+
- Compress PDFs & Images
|
| 14 |
+
- Convert image formats
|
| 15 |
+
- Remove watermarks
|
| 16 |
+
- Merge/Split PDFs
|
| 17 |
+
- Add page numbers
|
| 18 |
+
- And more!
|