Commit ·
7f54a63
1
Parent(s): 2c5e855
Fix short_description length for Hugging Face
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ sdk_version: 4.44.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
short_description:
|
| 12 |
---
|
| 13 |
|
| 14 |
# 📄 PDF Analysis & Orchestrator
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: AI-powered PDF analysis with chunking, caching, and batch processing
|
| 12 |
---
|
| 13 |
|
| 14 |
# 📄 PDF Analysis & Orchestrator
|