Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,29 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 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.
|
| 4 |
+
|
| 5 |
+
## Features
|
| 6 |
+
|
| 7 |
+
- Upload an NHVAS PDF report
|
| 8 |
+
- Upload your Word `.docx` report template
|
| 9 |
+
- Automatically fills red-text placeholders in the Word document
|
| 10 |
+
- Supports 7 module combinations (Mass, Maintenance, Fatigue, and their permutations)
|
| 11 |
+
- Download the completed report instantly
|
| 12 |
+
|
| 13 |
+
## How to Use
|
| 14 |
+
|
| 15 |
+
1. Upload your **PDF audit report**.
|
| 16 |
+
2. Upload your **Word template (.docx)** with red-text placeholders.
|
| 17 |
+
3. Click **Generate Report**.
|
| 18 |
+
4. Download the updated Word document.
|
| 19 |
+
|
| 20 |
+
## Tech Stack
|
| 21 |
+
|
| 22 |
+
- Python 🐍
|
| 23 |
+
- Gradio UI (via Hugging Face Spaces)
|
| 24 |
+
- PyMuPDF (for PDF parsing)
|
| 25 |
+
- python-docx (for Word file editing)
|
| 26 |
+
|
| 27 |
+
## Author
|
| 28 |
+
|
| 29 |
+
Built by Shami (Muhammad Ahtesham Ahmad)
|