Commit ·
0f15548
1
Parent(s): 0dd3343
fix(hf): trim short_description to fit 60-char cap + correct HF Space URLHF Spaces' pre-receive hook rejected the frontmatter because short_description was 86 chars (limit is 60). Trimmed to 49.Also swapped the HF Space URL from the GitHub username(adityapatel007-byte) to the correct HF handle (aditya0103) —badge, live-demo section, and body prose all point at the right Space now.
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: docker
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
-
short_description:
|
| 11 |
---
|
| 12 |
|
| 13 |
# Structured Data Extraction Service
|
|
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
+
short_description: Receipts + invoices to validated JSON, GPT-5 nano
|
| 11 |
---
|
| 12 |
|
| 13 |
# Structured Data Extraction Service
|