Shami96 commited on
Commit
b48339c
·
verified ·
1 Parent(s): 0bc9d3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -14
README.md CHANGED
@@ -1,14 +1,29 @@
1
- ---
2
- title: PDF-Data Extractor
3
- emoji: 🔥
4
- colorFrom: gray
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.38.2
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: The app will parse the content of pdf into doc template
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)