Update README.md
Browse files
README.md
CHANGED
|
@@ -104,12 +104,9 @@ The system is modular, consisting of several Python components:
|
|
| 104 |
- **Network Metrics**: Provides standard graph metrics via NetworkX. Community detection modularity typically around 0.68.
|
| 105 |
- **Processing Speed**: Highly dependent on PDF complexity and system hardware. Baseline ~25 pages/minute on a standard CPU.
|
| 106 |
|
| 107 |
-
## 📦
|
| 108 |
|
| 109 |
```bash
|
| 110 |
-
|
| 111 |
python run_loader.py
|
| 112 |
python run_extractor.py
|
| 113 |
python run_analysis.py
|
| 114 |
-
|
| 115 |
-
# 5. Check outputs in ./data/processed_data/ and ./output/
|
|
|
|
| 104 |
- **Network Metrics**: Provides standard graph metrics via NetworkX. Community detection modularity typically around 0.68.
|
| 105 |
- **Processing Speed**: Highly dependent on PDF complexity and system hardware. Baseline ~25 pages/minute on a standard CPU.
|
| 106 |
|
| 107 |
+
## 📦 Usage
|
| 108 |
|
| 109 |
```bash
|
|
|
|
| 110 |
python run_loader.py
|
| 111 |
python run_extractor.py
|
| 112 |
python run_analysis.py
|
|
|
|
|
|