Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# NHVAS Audit Report Generator
|
| 2 |
|
| 3 |
This tool automatically extracts relevant fields from an NHVAS PDF audit summary and populates a Word report template with the extracted data.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Audit Report Generator
|
| 3 |
+
emoji: 📝
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.24.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# NHVAS Audit Report Generator
|
| 13 |
|
| 14 |
This tool automatically extracts relevant fields from an NHVAS PDF audit summary and populates a Word report template with the extracted data.
|