Gangadhar123 commited on
Commit
15c2ec2
Β·
verified Β·
1 Parent(s): 8b70943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -44,4 +44,9 @@ This project extracts key information from uploaded insurance claim PDF forms us
44
  ---
45
 
46
  ## πŸ“ Project Structure
47
-
 
 
 
 
 
 
44
  ---
45
 
46
  ## πŸ“ Project Structure
47
+ β”œβ”€β”€ app.py # Gradio app logic
48
+ β”œβ”€β”€ utils.py # PDF text + OCR extractor
49
+ β”œβ”€β”€ extraction_service.py # Field extractor using regex config
50
+ β”œβ”€β”€ fields_config.json # Custom field patterns
51
+ β”œβ”€β”€ requirements.txt # Hugging Face Space dependencies
52
+ └── README.md